diff options
author | Giedrius Statkevičius <[email protected]> | 2015-10-07 23:19:49 +0300 |
---|---|---|
committer | Giedrius Statkevičius <[email protected]> | 2015-10-07 23:19:49 +0300 |
commit | cec6e6bc5550083a629e58008b8b9c1427163e79 (patch) | |
tree | 2b10264f9787954836fbe4e51c23a2c752368ad3 /src/daemon/daemon.c | |
parent | 1969c3604f50aa703dd64ff17af1cd4f50a78f72 (diff) | |
download | mate-notification-daemon-cec6e6bc5550083a629e58008b8b9c1427163e79.tar.bz2 mate-notification-daemon-cec6e6bc5550083a629e58008b8b9c1427163e79.tar.xz |
daemon: remove unused define WIDTH
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r-- | src/daemon/daemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 9185189..a412ed1 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -52,8 +52,6 @@ #include "notificationdaemon-dbus-glue.h" #define MAX_NOTIFICATIONS 20 - -#define WIDTH 400 #define IMAGE_SIZE 48 #define IDLE_SECONDS 30 #define NOTIFICATION_BUS_NAME "org.freedesktop.Notifications" |