diff options
author | Victor Kareh <[email protected]> | 2018-05-02 06:24:14 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-12 22:22:15 +0200 |
commit | a03ead3c85f5597d8394bf87b9bbddd76d775ae9 (patch) | |
tree | 6814da6859812eeddd920790303eb4aeb8f783c1 /battstat/battstat.h | |
parent | 7185a704026f9fccf253c0993be986d359f16526 (diff) | |
download | mate-applets-a03ead3c85f5597d8394bf87b9bbddd76d775ae9.tar.bz2 mate-applets-a03ead3c85f5597d8394bf87b9bbddd76d775ae9.tar.xz |
battstat: Load theme icons instead of pixmaps
Also remove the outdated option for expanded view.
Diffstat (limited to 'battstat/battstat.h')
-rw-r--r-- | battstat/battstat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/battstat/battstat.h b/battstat/battstat.h index b0b59808..1ea8369b 100644 --- a/battstat/battstat.h +++ b/battstat/battstat.h @@ -88,8 +88,6 @@ typedef struct _ProgressData { GtkWidget *applet; /* these are used by properties.c */ - GtkWidget *radio_ubuntu_battery; - GtkWidget *radio_traditional_battery; GtkWidget *radio_text_1; GtkWidget *radio_text_2; GtkWidget *check_text; @@ -106,9 +104,6 @@ typedef struct _ProgressData { gboolean lowbattnotification; gboolean fullbattnot; gboolean beep; - gboolean draintop; - gboolean showstatus; - gboolean showbattery; AppletTextType showtext; /* label changed type (% <-> h:mm) and must be refreshed */ |