Remove unused variable

This commit is contained in:
Alexander Larsson
2009-08-16 22:32:58 +02:00
parent 528546733f
commit 44b84fe12d

View File

@ -4865,7 +4865,6 @@ gdk_window_process_updates_internal (GdkWindow *window)
if (_gdk_event_func && gdk_window_is_viewable (window) &&
private->window_type != GDK_WINDOW_FOREIGN)
{
GdkRectangle window_rect;
GdkRegion *expose_region;
gboolean end_implicit;