Remove a redundant call

No need to set shapes twice in a row.
This commit is contained in:
Matthias Clasen 2014-10-29 06:42:08 -04:00
parent 0b4c37624a
commit 8765970ba1

View File

@ -12951,7 +12951,6 @@ gtk_widget_update_input_shape (GtkWidget *widget)
free_region = TRUE;
region = cairo_region_copy (app_region);
cairo_region_intersect (region, csd_region);
gdk_window_input_shape_combine_region (priv->window, region, 0, 0);
}
else if (app_region)
region = app_region;