diff options
author | rbuj <[email protected]> | 2020-02-06 17:33:12 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-03-03 10:43:17 +0100 |
commit | 6444fac00d01ad65db5efa4fea5fd1df189c0fe3 (patch) | |
tree | 7f4a0e672f3c7889b0f8e943ff62590df0f0a912 /applets/brightness | |
parent | 770aff7cfae9822209e6bf45071c7473e628f7dd (diff) | |
download | mate-power-manager-6444fac00d01ad65db5efa4fea5fd1df189c0fe3.tar.bz2 mate-power-manager-6444fac00d01ad65db5efa4fea5fd1df189c0fe3.tar.xz |
Remove warnings: unused variable
Diffstat (limited to 'applets/brightness')
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |