diff options
author | Monsta <[email protected]> | 2015-08-08 01:10:12 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-08 01:10:12 +0300 |
commit | 73d4d4e9df152b28308f2502211171f5e4ac0747 (patch) | |
tree | f180c6570a714f524bd7b7c572f764a4a2cdeca0 /battstat/battstat.h | |
parent | ad535a95c4b9d797132931a98d710707c0071cc8 (diff) | |
download | mate-applets-73d4d4e9df152b28308f2502211171f5e4ac0747.tar.bz2 mate-applets-73d4d4e9df152b28308f2502211171f5e4ac0747.tar.xz |
battstat: remove leftover (not used after migration to cairo)
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; |