From c6b9276aa54e8d320d0a3f480404393711463dfd Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 18:00:56 +0200 Subject: Use a blank line at most --- src/daemon/daemon.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/daemon/daemon.c') 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)) -- cgit v1.2.1