summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-05-31 23:40:47 +0200
committerLuke from DC <[email protected]>2022-06-08 03:06:00 +0000
commit4fb3334d01a1a774ef706300fe6cf60989fc9515 (patch)
tree6069fcad94e4e27f94b0792e8792fe070a0db111 /mate-panel
parent83ff6350e806d3c03cc549ff576dcb4867d4d8f4 (diff)
downloadmate-panel-4fb3334d01a1a774ef706300fe6cf60989fc9515.tar.bz2
mate-panel-4fb3334d01a1a774ef706300fe6cf60989fc9515.tar.xz
applet: SMALL_ICON_SIZE macro is not used [-Wunused-macros]
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/applet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c
index 84817dad..4da1a297 100644
--- a/mate-panel/applet.c
+++ b/mate-panel/applet.c
@@ -36,8 +36,6 @@
#include "panel-lockdown.h"
#include "panel-schemas.h"
-#define SMALL_ICON_SIZE 20
-
static GSList *registered_applets = NULL;
static GSList *queued_position_saves = NULL;
static guint queued_position_source = 0;