From 73d4d4e9df152b28308f2502211171f5e4ac0747 Mon Sep 17 00:00:00 2001 From: Monsta Date: Sat, 8 Aug 2015 01:10:12 +0300 Subject: battstat: remove leftover (not used after migration to cairo) --- battstat/battstat.h | 5 ----- 1 file changed, 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; -- cgit v1.2.1