From 1488571514a0759a6641d53b598a3406eb53a19a Mon Sep 17 00:00:00 2001 From: Mike Small Date: Sat, 14 Nov 2020 20:38:05 -0500 Subject: [PATCH] Remove unused functions, minor whitespace change --- src/icons.cc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/icons.cc b/src/icons.cc index d608a24..d05c225 100644 --- a/src/icons.cc +++ b/src/icons.cc @@ -52,7 +52,7 @@ const int icon_pad = 2; #define iconHeight(w) (BW2 + w->icon_w_height) static inline int -roundUp (int v, int multiple) +roundUp(int v, int multiple) { return ((v + multiple - 1) / multiple) * multiple; } @@ -126,16 +126,6 @@ PlaceIcon(const TwmWindow& win, int def_x, int def_y) return icon_pos; } -void -IconUp (TwmWindow *win) -{ -} - -void -IconDown (TwmWindow *win) -{ -} - void CreateIconWindow(TwmWindow* win, int def_x, int def_y) {