Merge pull request #4693 from Memphiz/remove_background
[vuplus_xbmc] / xbmc / Application.h
index e3a26c5..15e86c8 100644 (file)
@@ -283,10 +283,6 @@ public:
   PlayState m_ePlayState;
   CCriticalSection m_playStateMutex;
 
-  bool m_bInBackground;
-  inline bool IsInBackground() { return m_bInBackground; };
-  void SetInBackground(bool background);
-
   CKaraokeLyricsManager* m_pKaraokeMgr;
 
   PLAYERCOREID m_eForcedNextPlayer;