wayland: Remove unused variable

This commit is contained in:
Rob Bradford 2012-07-11 14:37:04 +01:00
parent 598c1b27fe
commit 8d7869ecbb

View File

@ -594,7 +594,6 @@ static void
gdk_wayland_window_configure (GdkWindow *window,
int width, int height, int edges)
{
GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
GdkDisplay *display;
GdkEvent *event;