diff options
Diffstat (limited to 'multiload/properties.c')
-rw-r--r-- | multiload/properties.c | 2 |
1 files changed, 0 insertions, 2 deletions
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")) |