Removed unused references to CMsgBoxDisplayer.
This commit is contained in:
parent
9625ffb7dd
commit
218b413bd0
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -142,7 +142,6 @@ using namespace std;
|
|||
// Ligo primitive class
|
||||
CLigoConfig LigoConfig;
|
||||
|
||||
CMsgBoxDisplayer MsgBoxError;
|
||||
CClientChatManager ChatMngr;
|
||||
|
||||
bool LastScreenSaverEnabled = false;
|
||||
|
|
Loading…
Reference in a new issue