aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthexai <58434170+thexai@users.noreply.github.com>2022-04-05 16:44:07 +0200
committerGitHub <noreply@github.com>2022-04-05 16:44:07 +0200
commit45bae8a83d526a699c9ffc636170b9883f79e0c5 (patch)
tree1208d64b4524e6e898de976a879290952ae40dfb
parent6eecfe1e1111ad1f63c69925a895eff3331b53d3 (diff)
parent1edd91b328aa9374becbbd3b32d5a5583143e72f (diff)
Merge pull request #21227 from thexai/cleanup
[cleanup] removes two unreferenced/undefined methods
-rw-r--r--xbmc/Application.h3
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 */