From 2db6dc3b9707da74fc947b0550d3b70299060d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net> Date: Tue, 19 Jun 2018 21:35:34 +0300 Subject: [PATCH] xdg-shell: remove stray comment --- 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 07b26d6a2d61..b2fe41d7ae24 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; -- GitLab