[Scummvm-cvs-logs] scummvm master -> 427850b78dc4cf6cf7d6c8a666ba9f9b45c39dfb

Strangerke Strangerke at scummvm.org
Wed Dec 2 11:47:09 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
427850b78d VOYEUR: Remove useless global variable


Commit: 427850b78dc4cf6cf7d6c8a666ba9f9b45c39dfb
    https://github.com/scummvm/scummvm/commit/427850b78dc4cf6cf7d6c8a666ba9f9b45c39dfb
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-02T11:41:55+01:00

Commit Message:
VOYEUR: Remove useless global variable

Changed paths:
    engines/voyeur/voyeur.cpp



diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index dad634c..cbb6846 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,






More information about the Scummvm-git-logs mailing list