summaryrefslogtreecommitdiff
path: root/gconf/gconfd.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-10-14 10:09:49 +0100
committerRobert Ancell <robert.ancell@canonical.com>2015-10-14 10:09:49 +0100
commit0780809731c8ab1c364202b1900d3df106b28626 (patch)
treeab9010535a69863d4cb8f50b164f38efabaa5183 /gconf/gconfd.c
parent4ef012c2a62d9abd759adb3aeb9d3b9cee17f721 (diff)
downloadgconf-0780809731c8ab1c364202b1900d3df106b28626.tar.gz
Fix some compiler warningsHEADmaster
Diffstat (limited to 'gconf/gconfd.c')
-rw-r--r--gconf/gconfd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gconf/gconfd.c b/gconf/gconfd.c
index 1ed3d083..97647b53 100644
--- a/gconf/gconfd.c
+++ b/gconf/gconfd.c
@@ -682,10 +682,6 @@ system_bus_message_handler (DBusConnection *connection,
DBusMessage *message,
void *user_data)
{
- DBusMessage *reply;
-
- reply = NULL;
-
if (dbus_message_is_signal (message,
"org.gnome.GConf.Defaults",
"SystemSet"))