vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Jun 19 21:35:34 2018 +0300| [2db6dc3b9707da74fc947b0550d3b70299060d30] | committer: Rémi Denis-Courmont
xdg-shell: remove stray comment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2db6dc3b9707da74fc947b0550d3b70299060d30 --- modules/video_output/wayland/xdg-shell.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/video_output/wayland/xdg-shell.c b/modules/video_output/wayland/xdg-shell.c index 07b26d6a2d..b2fe41d7ae 100644 --- a/modules/video_output/wayland/xdg-shell.c +++ b/modules/video_output/wayland/xdg-shell.c @@ -581,9 +581,6 @@ static int Open(vout_window_t *wnd, const vout_window_cfg_t *cfg) goto error; } - //if (var_InheritBool (wnd, "keyboard-events")) - // do_something(); - wl_display_flush(display); wnd->type = VOUT_WINDOW_TYPE_WAYLAND; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
