diff options
author | Benjamin Otte <otte@redhat.com> | 2018-03-28 16:06:32 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-04-05 14:56:38 +0200 |
commit | 7e078cd940966131eec54fc0d9f1d2d126b5481a (patch) | |
tree | f994e01412c1d9189dba150dd5355194b6dd6ec5 /gtk/gtkwindow.c | |
parent | 925cbeaadffddbb42dbedc1a61230a4db97c8a44 (diff) | |
download | gtk+-7e078cd940966131eec54fc0d9f1d2d126b5481a.tar.gz |
gtk: Remove debug updates
With the soon-to-arrive automatic updates (aka computing invalid region
from render nodes), this will no longer be necessary.
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index c5ef1ec4f3..e84f5cb164 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -41,7 +41,6 @@ #include "gtkcssrgbavalueprivate.h" #include "gtkcssshadowsvalueprivate.h" #include "gtkcssstylepropertyprivate.h" -#include "gtkdebugupdatesprivate.h" #include "gtkdragdest.h" #include "gtkgesturedrag.h" #include "gtkgesturemultipress.h" @@ -9306,8 +9305,6 @@ gtk_window_snapshot (GtkWidget *widget, GtkWindowPopover *data = l->data; gtk_widget_snapshot_child (widget, data->widget, snapshot); } - - gtk_debug_updates_snapshot (widget, snapshot); } /** |