aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorStrangerke2014-02-11 08:21:07 +0100
committerStrangerke2014-02-11 08:21:07 +0100
commit5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67 (patch)
tree67b81a7f158c18634f7d2c79f5507883e962ec05 /engines/voyeur/events.h
parent1ed4ed47afdfeae436391b36a6cb2a3e192f06ae (diff)
downloadscummvm-rg350-5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67.tar.gz
scummvm-rg350-5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67.tar.bz2
scummvm-rg350-5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67.zip
VOYEUR: Remove unused function header
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h3
1 files changed, 0 insertions, 3 deletions
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 {