gdk: Get rid of unused variables
This commit is contained in:
parent
bc99feffe2
commit
6f7a6f769f
@ -5975,7 +5975,6 @@ gdk_window_move_resize_toplevel (GdkWindow *window,
|
|||||||
static void
|
static void
|
||||||
configure_native_child (GdkWindow *window)
|
configure_native_child (GdkWindow *window)
|
||||||
{
|
{
|
||||||
GdkDisplay *display;
|
|
||||||
GdkEvent *event;
|
GdkEvent *event;
|
||||||
|
|
||||||
event = gdk_event_new (GDK_CONFIGURE);
|
event = gdk_event_new (GDK_CONFIGURE);
|
||||||
@ -6028,7 +6027,6 @@ gdk_window_move_resize_internal (GdkWindow *window,
|
|||||||
cairo_region_t *old_region, *new_region;
|
cairo_region_t *old_region, *new_region;
|
||||||
GdkWindowImplClass *impl_class;
|
GdkWindowImplClass *impl_class;
|
||||||
gboolean expose;
|
gboolean expose;
|
||||||
int old_abs_x, old_abs_y;
|
|
||||||
|
|
||||||
g_return_if_fail (GDK_IS_WINDOW (window));
|
g_return_if_fail (GDK_IS_WINDOW (window));
|
||||||
|
|
||||||
@ -6086,9 +6084,6 @@ gdk_window_move_resize_internal (GdkWindow *window,
|
|||||||
window->height = height;
|
window->height = height;
|
||||||
}
|
}
|
||||||
|
|
||||||
old_abs_x = window->abs_x;
|
|
||||||
old_abs_y = window->abs_y;
|
|
||||||
|
|
||||||
recompute_visible_regions (window, FALSE);
|
recompute_visible_regions (window, FALSE);
|
||||||
|
|
||||||
if (gdk_window_has_impl (window))
|
if (gdk_window_has_impl (window))
|
||||||
|
Loading…
Reference in New Issue
Block a user