summaryrefslogtreecommitdiff
path: root/gdk/gdkscreen.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-20 02:25:09 +0200
committerBenjamin Otte <otte@redhat.com>2010-08-10 21:02:28 +0200
commit3fc31e88b03915fbc3f6b8b3554e14a3610c4200 (patch)
treef20429a264b0de5cbddda0de1a2c6ae640b32080 /gdk/gdkscreen.h
parentdb5fc43759fd9cafcd9df26ee57bd9a9a05aab7e (diff)
downloadgtk+-3fc31e88b03915fbc3f6b8b3554e14a3610c4200.tar.gz
gdk: Remove _gdk_drawable_get_scratch_gc()
The function is unused now.
Diffstat (limited to 'gdk/gdkscreen.h')
-rw-r--r--gdk/gdkscreen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkscreen.h b/gdk/gdkscreen.h
index ac6834ac12..544b430f25 100644
--- a/gdk/gdkscreen.h
+++ b/gdk/gdkscreen.h
@@ -49,8 +49,6 @@ struct _GdkScreen
guint GSEAL (closed) : 1;
- GdkGC *GSEAL (normal_gcs[32]);
- GdkGC *GSEAL (exposure_gcs[32]);
GdkGC *GSEAL (subwindow_gcs[32]);
cairo_font_options_t *GSEAL (font_options);