aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur
diff options
context:
space:
mode:
authorStrangerke2014-01-06 08:03:09 +0100
committerStrangerke2014-01-06 08:03:09 +0100
commit12386de64b3b3fbb779d4262a0edfcb4fa5ee463 (patch)
tree9ac2b8fee8263a3f1e32e7032ed5e433edbf8e08 /engines/voyeur
parent996b2aa43ca5615001d5aa0004a71612cc677eac (diff)
downloadscummvm-rg350-12386de64b3b3fbb779d4262a0edfcb4fa5ee463.tar.gz
scummvm-rg350-12386de64b3b3fbb779d4262a0edfcb4fa5ee463.tar.bz2
scummvm-rg350-12386de64b3b3fbb779d4262a0edfcb4fa5ee463.zip
VOYEUR: Remove an unused variable and constant
Diffstat (limited to 'engines/voyeur')
-rw-r--r--engines/voyeur/voyeur.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index 53f170819f..b114c526f0 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -50,8 +50,6 @@ namespace Voyeur {
#define DEBUG_INTERMEDIATE 2
#define DEBUG_DETAILED 3
-#define MAX_RESOLVE 1000
-
// Constants used for doInterface display of the mansion
#define MANSION_MAX_X 784
#define MANSION_MAX_Y 150
@@ -73,12 +71,10 @@ enum VoyeurArea { AREA_NONE, AREA_APARTMENT, AREA_INTERFACE, AREA_ROOM, AREA_EVI
struct VoyeurGameDescription;
-
class VoyeurEngine : public Engine {
private:
const VoyeurGameDescription *_gameDescription;
Common::RandomSource _randomSource;
- Common::Array<int> _resolves;
FontInfoResource _defaultFontInfo;
void ESP_Init();