From 6444fac00d01ad65db5efa4fea5fd1df189c0fe3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 6 Feb 2020 17:33:12 +0100 Subject: Remove warnings: unused variable --- applets/brightness/brightness-applet.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'applets/brightness/brightness-applet.c') diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index 240cff8..168d849 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -963,8 +963,6 @@ gpm_brightness_applet_name_vanished_cb (GDBusConnection *connection, static void gpm_brightness_applet_init (GpmBrightnessApplet *applet) { - DBusGConnection *connection; - /* initialize fields */ applet->size = 0; applet->call_worked = TRUE; -- cgit v1.2.1