diff options
author | rbuj <[email protected]> | 2022-05-31 23:40:47 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-06-08 03:06:00 +0000 |
commit | 4fb3334d01a1a774ef706300fe6cf60989fc9515 (patch) | |
tree | 6069fcad94e4e27f94b0792e8792fe070a0db111 | |
parent | 83ff6350e806d3c03cc549ff576dcb4867d4d8f4 (diff) | |
download | mate-panel-4fb3334d01a1a774ef706300fe6cf60989fc9515.tar.bz2 mate-panel-4fb3334d01a1a774ef706300fe6cf60989fc9515.tar.xz |
applet: SMALL_ICON_SIZE macro is not used [-Wunused-macros]
-rw-r--r-- | mate-panel/applet.c | 2 |
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; |