From 11a661f6d9f554a73ccd8508ad56fdb5be5e7b91 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 27 Nov 2014 17:07:37 +0100 Subject: multiload: Remove unused code --- multiload/properties.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'multiload/properties.c') diff --git a/multiload/properties.c b/multiload/properties.c index 9d233662..45b9eba8 100644 --- a/multiload/properties.c +++ b/multiload/properties.c @@ -226,8 +226,6 @@ color_picker_set_cb(GtkColorButton *color_picker, gchar *key) ma = g_object_get_data (G_OBJECT (color_picker), "MultiloadApplet"); - prop_type = 0; - if (strstr(key, "cpuload")) prop_type = PROP_CPU; else if (strstr(key, "memload")) -- cgit v1.2.1