aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/gbm/WinSystemGbm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/gbm/WinSystemGbm.cpp')
-rw-r--r--xbmc/windowing/gbm/WinSystemGbm.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/xbmc/windowing/gbm/WinSystemGbm.cpp b/xbmc/windowing/gbm/WinSystemGbm.cpp
index 1d6bf3afdf..8d5888891a 100644
--- a/xbmc/windowing/gbm/WinSystemGbm.cpp
+++ b/xbmc/windowing/gbm/WinSystemGbm.cpp
@@ -73,11 +73,6 @@ CWinSystemGbm::CWinSystemGbm() :
bool CWinSystemGbm::InitWindowSystem()
{
- if (!m_vt.OpenTTY())
- {
- return false;
- }
-
m_DRM = std::make_shared<CDRMAtomic>();
if (!m_DRM->InitDrm())