From b4e3a24409bad27683c563c6b3fc188e2d43d9d0 Mon Sep 17 00:00:00 2001 From: Viktor Odintsev Date: Mon, 3 Jul 2017 06:58:04 +0300 Subject: Remove black_gc and white_gc --- src/screen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/screen.h') 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; -- cgit v1.2.1