diff options
author | rbuj <[email protected]> | 2022-03-16 11:53:12 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-03-27 20:36:37 +0000 |
commit | 3f88beccc4e0a073542132c26915016360dfce77 (patch) | |
tree | 760ee308b7231f9722e50df81cfd2cda909819bb | |
parent | 1166dd4fd6c0225209eee9493de52a08d4a744fe (diff) | |
download | mate-media-3f88beccc4e0a073542132c26915016360dfce77.tar.bz2 mate-media-3f88beccc4e0a073542132c26915016360dfce77.tar.xz |
gvc-balance-bar: fix build warning -Wunused-macros
-rw-r--r-- | mate-volume-control/gvc-balance-bar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-volume-control/gvc-balance-bar.c b/mate-volume-control/gvc-balance-bar.c index 55918b7..19370ff 100644 --- a/mate-volume-control/gvc-balance-bar.c +++ b/mate-volume-control/gvc-balance-bar.c @@ -30,12 +30,6 @@ #include "gvc-balance-bar.h" -#define BALANCE_BAR_STYLE \ - "style \"balance-bar-scale-style\" {\n" \ - " GtkScale::trough-side-details = 0\n" \ - "}\n" \ - "widget \"*.balance-bar-scale\" style : rc \"balance-bar-scale-style\"\n" - #define SCALE_SIZE 128 struct _GvcBalanceBarPrivate |