summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-10-19 15:38:05 +0200
committerJohns <johns98@gmx.net>2012-10-19 15:38:05 +0200
commit0519aff4d8d3ff1483ce6149181f101be1759437 (patch)
tree1ad26b89375e5386579229be79c800e8113d16c3
parent92b4203644593e595b34094b5acafeb37219fa41 (diff)
downloadvdr-plugin-softhddevice-0519aff4d8d3ff1483ce6149181f101be1759437.tar.gz
vdr-plugin-softhddevice-0519aff4d8d3ff1483ce6149181f101be1759437.tar.bz2
Removed double comment.
-rw-r--r--video.c10
1 files 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);
@@ -10573,12 +10575,6 @@ void VideoExit(void)
#endif
//
- // Reenable screensaver / DPMS.
- //
- //X11SuspendScreenSaver(XlibDisplay, False);
- //X11DPMSEnable(XlibDisplay);
-
- //
// FIXME: cleanup.
//
//RandrExit();