From 73e6e1fffac402601d82f6db8b4b4378117c49ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Sun, 9 Aug 2015 10:56:41 +0300 Subject: daemon: remove redundant initialization static variables are already initialised to 0/NULL by default --- src/daemon/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c index 61632b0..dd05c3f 100644 --- a/src/daemon/daemon.c +++ b/src/daemon/daemon.c @@ -121,7 +121,7 @@ typedef struct { NotifyDaemon* daemon; } _NotifyPendingClose; -static DBusConnection* dbus_conn = NULL; +static DBusConnection* dbus_conn; static void notify_daemon_finalize(GObject* object); static void _notification_destroyed_cb(GtkWindow* nw, NotifyDaemon* daemon); -- cgit v1.2.1