diff options
author | thexai <58434170+thexai@users.noreply.github.com> | 2022-04-05 16:44:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 16:44:07 +0200 |
commit | 45bae8a83d526a699c9ffc636170b9883f79e0c5 (patch) | |
tree | 1208d64b4524e6e898de976a879290952ae40dfb | |
parent | 6eecfe1e1111ad1f63c69925a895eff3331b53d3 (diff) | |
parent | 1edd91b328aa9374becbbd3b32d5a5583143e72f (diff) |
Merge pull request #21227 from thexai/cleanup
[cleanup] removes two unreferenced/undefined methods
-rw-r--r-- | xbmc/Application.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xbmc/Application.h b/xbmc/Application.h index 5d96abe42d..1ddf3ca954 100644 --- a/xbmc/Application.h +++ b/xbmc/Application.h @@ -277,8 +277,6 @@ public: bool ToggleDPMS(bool manual); - bool SwitchToFullScreen(bool force = false); - bool GetRenderGUI() const override { return m_renderGUI; } bool SetLanguage(const std::string &strLanguage); @@ -443,7 +441,6 @@ public: private: void PrintStartupLog(); - void Preflight(); void ResetCurrentItem(); mutable CCriticalSection m_critSection; /*!< critical section for all changes to this class, except for changes to triggers */ |