mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Removed double comment.
This commit is contained in:
parent
92b4203644
commit
0519aff4d8
10
video.c
10
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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user