diff options
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")) |