Skip to content

Commit

Permalink
Revert "windowing/gbm: hide and disable setting Use Display As Clock"
Browse files Browse the repository at this point in the history
This reverts commit cacf601.
  • Loading branch information
popcornmix committed Apr 6, 2021
1 parent b41878b commit 3fb0652
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions xbmc/windowing/gbm/WinSystemGbm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ bool CWinSystemGbm::InitWindowSystem()
if (setting)
setting->SetVisible(true);

setting = settings->GetSetting(CSettings::SETTING_VIDEOPLAYER_USEDISPLAYASCLOCK);
if (setting)
{
setting->SetVisible(false);
settings->SetBool(CSettings::SETTING_VIDEOPLAYER_USEDISPLAYASCLOCK, false);
}

CLog::Log(LOGDEBUG, "CWinSystemGbm::%s - initialized DRM", __FUNCTION__);
return CWinSystemBase::InitWindowSystem();
}
Expand Down

0 comments on commit 3fb0652

Please sign in to comment.