summaryrefslogtreecommitdiff
path: root/battstat/battstat-upower.c
diff options
context:
space:
mode:
Diffstat (limited to 'battstat/battstat-upower.c')
-rw-r--r--battstat/battstat-upower.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/battstat/battstat-upower.c b/battstat/battstat-upower.c
index da830c2b..5ba9a295 100644
--- a/battstat/battstat-upower.c
+++ b/battstat/battstat-upower.c
@@ -33,7 +33,6 @@
static UpClient *upc;
static void (*status_updated_callback) (void);
-
/* status_updated_callback () can not be called directly because at the time of
* the device-remove signal, the device is not actually removed from the list
* of devices known to the up_client object (see libupower-glib/up-client.c in