aboutsummaryrefslogtreecommitdiffstats
path: root/applets/mb-applet-battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/mb-applet-battery.c')
-rw-r--r--applets/mb-applet-battery.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/applets/mb-applet-battery.c b/applets/mb-applet-battery.c
index bd72155..34bc437 100644
--- a/applets/mb-applet-battery.c
+++ b/applets/mb-applet-battery.c
@@ -367,17 +367,12 @@ fork_exec(char *cmd)
void
paint_callback (MBTrayApp *app, Drawable drw )
{
-
-
int power_pixels = 0;
unsigned char r = 0, g = 0, b = 0;
int x, y;
int bar_width, bar_height, bar_x, bar_y;
MBPixbufImage *img_backing = NULL;
-
-
-
while (!read_apm(apm_vals))
usleep(50000L);