summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-26 13:39:26 +0200
committerrbuj <[email protected]>2022-07-26 13:39:26 +0200
commit28f7b460e3badc90486346e86f169c4c54c03e40 (patch)
tree4093cf273eed723c7038c330b2803953fa91c87a /src/daemon/daemon.c
parent5850ec4d315ac056cc56995448a38a175b4b902a (diff)
downloadmate-notification-daemon-28f7b460e3badc90486346e86f169c4c54c03e40.tar.bz2
mate-notification-daemon-28f7b460e3badc90486346e86f169c4c54c03e40.tar.xz
warning: macro is not used [-Wunused-macros]unused-macros
Diffstat (limited to 'src/daemon/daemon.c')
-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 37d7006..2578d98 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -58,8 +58,6 @@
#define NW_GET_NOTIFY_ID(nw) \
(GPOINTER_TO_UINT(g_object_get_data(G_OBJECT(nw), "_notify_id")))
-#define NW_GET_NOTIFY_SENDER(nw) \
- (g_object_get_data(G_OBJECT(nw), "_notify_sender"))
#define NW_GET_DAEMON(nw) \
(g_object_get_data(G_OBJECT(nw), "_notify_daemon"))