summaryrefslogtreecommitdiff
path: root/battstat
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-08-08 01:10:12 +0300
committerMonsta <[email protected]>2015-08-08 01:10:12 +0300
commit73d4d4e9df152b28308f2502211171f5e4ac0747 (patch)
treef180c6570a714f524bd7b7c572f764a4a2cdeca0 /battstat
parentad535a95c4b9d797132931a98d710707c0071cc8 (diff)
downloadmate-applets-73d4d4e9df152b28308f2502211171f5e4ac0747.tar.bz2
mate-applets-73d4d4e9df152b28308f2502211171f5e4ac0747.tar.xz
battstat: remove leftover (not used after migration to cairo)
Diffstat (limited to 'battstat')
-rw-r--r--battstat/battstat.h5
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;