diff options
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 */ |