summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-08-06 12:58:39 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-08-06 12:58:39 +0200
commit6ec39b464122095fde493a4ed496e8dd932e03c1 (patch)
treec78e3819dcd7d1e860d318e438e637d55a7a7710
parentf175f2c38fa1ad8ac78f064d512f9a9b51e93341 (diff)
downloadmpv-6ec39b464122095fde493a4ed496e8dd932e03c1.tar.bz2
mpv-6ec39b464122095fde493a4ed496e8dd932e03c1.tar.xz
wayland: remove redundant line
-rw-r--r--video/out/wayland_common.c1
1 files changed, 0 insertions, 1 deletions
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);
}