summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorViktor Odintsev <zakhams@gmail.com>2017-07-03 06:58:04 +0300
committerViktor Odintsev <ninetls@xfce.org>2017-07-03 06:58:04 +0300
commitb4e3a24409bad27683c563c6b3fc188e2d43d9d0 (patch)
treef9fd0b09a0dd95262d6dcb8c88550411152b556f /src/screen.h
parentc1a940e35bf420f184dec762692bbe4d26065f36 (diff)
downloadxfwm4-b4e3a24409bad27683c563c6b3fc188e2d43d9d0.tar.gz
Remove black_gc and white_gc
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen.h b/src/screen.h
index e29f4e9fe..e35cc0fc6 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -96,8 +96,6 @@ struct _ScreenInfo
/* Per screen graphic contexts */
GC box_gc;
- GdkGC *black_gc;
- GdkGC *white_gc;
/* Title font height */
gint font_height;