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 6d39cbb9..378c7135 100644 --- a/battstat/battstat.h +++ b/battstat/battstat.h @@ -114,11 +114,6 @@ typedef struct _ProgressData { /* label changed type (% <-> h:mm) and must be refreshed */ gboolean refresh_label; -#if !GTK_CHECK_VERSION (3, 0, 0) - /* so we don't have to alloc/dealloc this every refresh */ - GdkGC *pixgc; -#endif - /* the main table that contains the visual elements */ GtkWidget *table; |