diff options
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -11044,9 +11044,6 @@ void VideoInit(const char *display_name) if (getenv("NO_HW")) { VideoHardwareDecoder = 0; } - if (getenv("STUDIO_LEVELS")) { - VideoStudioLevels = 1; - } // disable x11 screensaver X11SuspendScreenSaver(Connection, 1); X11DPMSDisable(Connection); |