X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_xbmc;a=blobdiff_plain;f=xbmc%2FApplication.h;h=15e86c8b2adf032014eac0fac36d04257e58eb3c;hp=e3a26c5e7cb437acf5a885b26e2feb252a15ba8d;hb=77ec0b9073c4532fec352c50b10d72e8cb12111e;hpb=ff748a7338d92a0fe85d328dfec1378d33f4de44 diff --git a/xbmc/Application.h b/xbmc/Application.h index e3a26c5..15e86c8 100644 --- a/xbmc/Application.h +++ b/xbmc/Application.h @@ -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;