diff options
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 0e9678ee21..c6600c2574 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -9392,7 +9392,6 @@ gtk_window_snapshot (GtkWidget *widget, GtkAllocation allocation; GtkBorder window_border; gint title_height; - graphene_rect_t bounds; GList *l; context = gtk_widget_get_style_context (widget); @@ -9400,10 +9399,6 @@ gtk_window_snapshot (GtkWidget *widget, get_shadow_width (GTK_WINDOW (widget), &window_border); _gtk_widget_get_allocation (widget, &allocation); - graphene_rect_init (&bounds, allocation.x, allocation.y, allocation.width, allocation.height); - - gtk_snapshot_push (snapshot, &bounds, "Window Decoration"); - if (priv->client_decorated && priv->decorated && !priv->fullscreen && @@ -9480,8 +9475,6 @@ gtk_window_snapshot (GtkWidget *widget, } gtk_debug_updates_snapshot (widget, snapshot); - - gtk_snapshot_pop (snapshot); } /** |