Removed unused references to CMsgBoxDisplayer.

This commit is contained in:
dfighter1985 2015-02-21 22:34:02 +01:00
parent 9625ffb7dd
commit 218b413bd0
2 changed files with 0 additions and 2 deletions

View file

@ -103,7 +103,6 @@ extern uint32 Version; // Client Version.
extern UDriver *Driver;
extern UTextContext *TextContext;
extern bool game_exit;
extern CMsgBoxDisplayer MsgBoxError;
extern CSoundManager *SoundMngr;

View file

@ -142,7 +142,6 @@ using namespace std;
// Ligo primitive class
CLigoConfig LigoConfig;
CMsgBoxDisplayer MsgBoxError;
CClientChatManager ChatMngr;
bool LastScreenSaverEnabled = false;