VOYEUR: Remove useless global variable

This commit is contained in:
Strangerke 2015-12-02 11:41:55 +01:00
parent bf4ab6d52a
commit 427850b78d

View File

@ -33,8 +33,6 @@
namespace Voyeur {
VoyeurEngine *g_vm;
VoyeurEngine::VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc) : Engine(syst),
_gameDescription(gameDesc), _randomSource("Voyeur"),
_defaultFontInfo(3, 0xff, 0xff, 0, 0, ALIGN_LEFT, 0, Common::Point(), 1, 1,