Removed double comment.

This commit is contained in:
Johns 2012-10-19 15:38:05 +02:00
parent 92b4203644
commit 0519aff4d8

10
video.c
View File

@ -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.
//