summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-03-14 20:41:09 +0100
committerTimm Bäder <mail@baedert.org>2018-03-15 09:25:42 +0100
commita0729f9683430ee0bb8411170a82c3455b3eb1f3 (patch)
tree3a55f199f4b6ca2e1b478bfc05867eb2ba4e0f4e /gdk
parent04fadc508b892e0cf3d193270a648850ca76eaf3 (diff)
downloadgtk+-a0729f9683430ee0bb8411170a82c3455b3eb1f3.tar.gz
gdk: Remove unused variable
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkinternals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index e5ff7bb9bc..2438cf77cc 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -68,8 +68,6 @@ typedef enum {
GDK_DEBUG_CAIRO_IMAGE = 1 << 19
} GdkDebugFlags;
-extern GdkWindow *_gdk_parent_root;
-
extern guint _gdk_debug_flags;
GdkDebugFlags gdk_display_get_debug_flags (GdkDisplay *display);