summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiedrius Statkevičius <[email protected]>2015-10-07 23:19:49 +0300
committerGiedrius Statkevičius <[email protected]>2015-10-07 23:19:49 +0300
commitcec6e6bc5550083a629e58008b8b9c1427163e79 (patch)
tree2b10264f9787954836fbe4e51c23a2c752368ad3
parent1969c3604f50aa703dd64ff17af1cd4f50a78f72 (diff)
downloadmate-notification-daemon-cec6e6bc5550083a629e58008b8b9c1427163e79.tar.bz2
mate-notification-daemon-cec6e6bc5550083a629e58008b8b9c1427163e79.tar.xz
daemon: remove unused define WIDTH
-rw-r--r--src/daemon/daemon.c2
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"