diff options
author | infirit <[email protected]> | 2014-11-27 17:07:37 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-27 17:14:38 +0100 |
commit | 11a661f6d9f554a73ccd8508ad56fdb5be5e7b91 (patch) | |
tree | d53a5c1ead98fffed23f525d3c5b08cea7ceab2d /multiload/properties.c | |
parent | 8397197bdad2f4a067d4891f18702c78fa7ca969 (diff) | |
download | mate-applets-11a661f6d9f554a73ccd8508ad56fdb5be5e7b91.tar.bz2 mate-applets-11a661f6d9f554a73ccd8508ad56fdb5be5e7b91.tar.xz |
multiload: Remove unused code
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")) |