aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2e8aa32..7e13ec9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -947,8 +947,6 @@ bool CMainApplication::BInit()
// Needed for mpv
SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "no");
- SDL_SetHint(SDL_HINT_VIDEODRIVER, "x11");
-
m_pCompanionWindow = SDL_CreateWindow( "vr-video-player", nWindowPosX, nWindowPosY, m_nCompanionWindowWidth, m_nCompanionWindowHeight, unWindowFlags );
if (m_pCompanionWindow == NULL)
{