aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/windowing/osx/WinSystemOSX.h1
-rw-r--r--xbmc/windowing/osx/WinSystemOSX.mm5
2 files changed, 0 insertions, 6 deletions
diff --git a/xbmc/windowing/osx/WinSystemOSX.h b/xbmc/windowing/osx/WinSystemOSX.h
index e83c589123..01d579aea5 100644
--- a/xbmc/windowing/osx/WinSystemOSX.h
+++ b/xbmc/windowing/osx/WinSystemOSX.h
@@ -58,7 +58,6 @@ public:
virtual bool Hide() override;
virtual bool Show(bool raise = true) override;
virtual void OnMove(int x, int y) override;
- bool UseLimitedColor() override;
virtual std::string GetClipboardText(void) override;
diff --git a/xbmc/windowing/osx/WinSystemOSX.mm b/xbmc/windowing/osx/WinSystemOSX.mm
index 2303756148..3e3dcd9b63 100644
--- a/xbmc/windowing/osx/WinSystemOSX.mm
+++ b/xbmc/windowing/osx/WinSystemOSX.mm
@@ -1701,11 +1701,6 @@ void CWinSystemOSX::OnMove(int x, int y)
HandlePossibleRefreshrateChange();
}
-bool CWinSystemOSX::UseLimitedColor()
-{
- return CServiceBroker::GetSettings().GetBool(CSettings::SETTING_VIDEOSCREEN_LIMITEDRANGE);
-}
-
std::unique_ptr<IOSScreenSaver> CWinSystemOSX::GetOSScreenSaverImpl()
{
return std::unique_ptr<IOSScreenSaver> (new COSScreenSaverOSX);