diff options
author | monsta <[email protected]> | 2016-05-19 14:28:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-05-19 14:32:00 +0300 |
commit | 66369b7e43ac46f2f37b66507ab9b0b948f17ae2 (patch) | |
tree | f67a36997b56538485fe30b853aaf8705e53fa56 /src/themes/slider | |
parent | e9a16f9dd6e56080643557470dea5778400ba306 (diff) | |
download | mate-notification-daemon-66369b7e43ac46f2f37b66507ab9b0b948f17ae2.tar.bz2 mate-notification-daemon-66369b7e43ac46f2f37b66507ab9b0b948f17ae2.tar.xz |
slider: drop unused #define
Diffstat (limited to 'src/themes/slider')
-rw-r--r-- | src/themes/slider/theme.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c index 37c08f1..5b6f5e5 100644 --- a/src/themes/slider/theme.c +++ b/src/themes/slider/theme.c @@ -80,9 +80,6 @@ void notification_tick(GtkWindow *nw, glong remaining); gboolean get_always_stack(GtkWidget* nw); #define WIDTH 400 -#if GTK_CHECK_VERSION(3, 0, 0) -#define HEIGHT 100 -#endif #define DEFAULT_X0 0 #define DEFAULT_Y0 0 #define DEFAULT_RADIUS 8 |