From 6ec39b464122095fde493a4ed496e8dd932e03c1 Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Wed, 6 Aug 2014 12:58:39 +0200 Subject: wayland: remove redundant line --- video/out/wayland_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out') diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 6f149d4753..0a02ee2bf8 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -950,7 +950,6 @@ static void vo_wayland_fullscreen (struct vo *vo) else { MP_DBG(wl, "leaving fullscreen\n"); wl->window.is_fullscreen = false; - wl_shell_surface_set_toplevel(wl->window.shell_surface); window_set_toplevel(wl); schedule_resize(wl, 0, wl->window.p_width, wl->window.p_height); } -- cgit v1.2.3