wayland: Remove unused variable

Poor gcc was unhappy.
This commit is contained in:
Benjamin Otte 2015-12-02 00:26:20 +01:00
parent e626038467
commit 9a1913dfb0

View File

@ -694,7 +694,6 @@ gdk_wayland_window_configure (GdkWindow *window,
int height,
int scale)
{
GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
GdkDisplay *display;
GdkEvent *event;