summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video.c')
-rw-r--r--video.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video.c b/video.c
index b742573..5f0cc26 100644
--- a/video.c
+++ b/video.c
@@ -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);