diff options
author | rbuj <[email protected]> | 2022-07-26 13:39:26 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2022-07-26 13:39:26 +0200 |
commit | 28f7b460e3badc90486346e86f169c4c54c03e40 (patch) | |
tree | 4093cf273eed723c7038c330b2803953fa91c87a /src/daemon/daemon.c | |
parent | 5850ec4d315ac056cc56995448a38a175b4b902a (diff) | |
download | mate-notification-daemon-unused-macros.tar.bz2 mate-notification-daemon-unused-macros.tar.xz |
warning: macro is not used [-Wunused-macros]unused-macros
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 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")) |