From 0519aff4d8d3ff1483ce6149181f101be1759437 Mon Sep 17 00:00:00 2001 From: Johns Date: Fri, 19 Oct 2012 15:38:05 +0200 Subject: Removed double comment. --- video.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/video.c b/video.c index e984faa..6635daa 100644 --- a/video.c +++ b/video.c @@ -10554,7 +10554,9 @@ void VideoExit(void) if (!XlibDisplay) { // no init or failed return; } - // reenable x11 screensaver + // + // Reenable screensaver / DPMS. + // X11DPMSReenable(Connection); X11SuspendScreenSaver(Connection, 0); @@ -10572,12 +10574,6 @@ void VideoExit(void) } #endif - // - // Reenable screensaver / DPMS. - // - //X11SuspendScreenSaver(XlibDisplay, False); - //X11DPMSEnable(XlibDisplay); - // // FIXME: cleanup. // -- cgit v1.2.3