diff options
author | Benjamin Otte <otte@redhat.com> | 2016-10-11 16:26:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:18:58 +0200 |
commit | e76ba9a3c3fbf0712b70b66b170c959a63777dee (patch) | |
tree | 78565caed182dddfe509daf6f0807cb78dabd69d /gdk/gdkinternals.h | |
parent | 4a95f8802c22971976dc50e8818af6256218a54d (diff) | |
download | gtk+-e76ba9a3c3fbf0712b70b66b170c959a63777dee.tar.gz |
gdk: Remove gdk_window_set_debug_updates()
The update tracking code was ugly and using deprecated drawing APIs. It
was also in the wrong place.
So instead of trying to keep it working, I'll remove it. We need to find
a better way to put it and make it work there.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 25496fc954..03e49b6cec 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -92,7 +92,6 @@ extern GdkWindow *_gdk_parent_root; extern guint _gdk_debug_flags; extern guint _gdk_gl_flags; extern GdkRenderingMode _gdk_rendering_mode; -extern gboolean _gdk_debug_updates; #ifdef G_ENABLE_DEBUG |