aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/voyeur/events.cpp1
-rw-r--r--engines/voyeur/events.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index 4a6beb9430..a488d99cfa 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -48,7 +48,6 @@ IntNode::IntNode(uint16 curTime, uint16 timeReset, uint16 flags) {
/*------------------------------------------------------------------------*/
IntData::IntData() {
- _field9 = false;
_flipWait = false;
_hasPalette = false;
field16 = 0;
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index a7f9641904..7a8611b2d5 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -52,7 +52,6 @@ public:
class IntData {
public:
- bool _field9; // CHECKME: Useless variable
bool _flipWait;
int field16; // CHECKME: Useless variable
int field1A;
@@ -70,8 +69,6 @@ public:
byte *_palette;
public:
IntData();
-
- void audioInit();
};
class EventsManager {