From 427850b78dc4cf6cf7d6c8a666ba9f9b45c39dfb Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 2 Dec 2015 11:41:55 +0100 Subject: VOYEUR: Remove useless global variable --- engines/voyeur/voyeur.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/voyeur') diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp index dad634c9bb..cbb6846340 100644 --- a/engines/voyeur/voyeur.cpp +++ b/engines/voyeur/voyeur.cpp @@ -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, -- cgit v1.2.3