diff options
author | Clement Lefebvre <[email protected]> | 2015-10-08 11:37:38 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-10-08 11:37:38 +0100 |
commit | aeb4a77030e558961c79f0924de7a250341b1644 (patch) | |
tree | 2b10264f9787954836fbe4e51c23a2c752368ad3 | |
parent | 1969c3604f50aa703dd64ff17af1cd4f50a78f72 (diff) | |
parent | cec6e6bc5550083a629e58008b8b9c1427163e79 (diff) | |
download | mate-notification-daemon-aeb4a77030e558961c79f0924de7a250341b1644.tar.bz2 mate-notification-daemon-aeb4a77030e558961c79f0924de7a250341b1644.tar.xz |
Merge pull request #76 from GiedriusS/fix1
daemon: remove unused define WIDTH
-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" |