diff options
author | rbuj <[email protected]> | 2021-10-27 18:00:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 16:08:17 +0100 |
commit | c6b9276aa54e8d320d0a3f480404393711463dfd (patch) | |
tree | 4b945d8d5471dfc0d0338d68ef14abf339c8358b /src/daemon/daemon.c | |
parent | c2823eeafa140917a87fccff91dcf2967d93b393 (diff) | |
download | mate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.bz2 mate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.xz |
Use a blank line at most
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 3b09873..37d7006 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -186,7 +186,6 @@ static void name_lost_handler_cb (GDBusConnection *connection, gtk_main_quit(); } - static void notify_daemon_constructed (GObject *object) { NotifyDaemon *daemon; @@ -1395,7 +1394,6 @@ static gboolean notify_daemon_notify_handler(NotifyDaemonNotifications *object, *XXX This needs to handle file URIs and all that. */ - #ifdef HAVE_X11 if (GDK_IS_X11_DISPLAY (gdk_display_get_default ()) && g_variant_lookup(hints, "window-xid", "@u", &data)) |