From 4fb3334d01a1a774ef706300fe6cf60989fc9515 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 31 May 2022 23:40:47 +0200 Subject: applet: SMALL_ICON_SIZE macro is not used [-Wunused-macros] --- mate-panel/applet.c | 2 -- 1 file changed, 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; -- cgit v1.2.1