diff options
author | Strangerke | 2014-02-11 08:21:07 +0100 |
---|---|---|
committer | Strangerke | 2014-02-11 08:21:07 +0100 |
commit | 5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67 (patch) | |
tree | 67b81a7f158c18634f7d2c79f5507883e962ec05 /engines | |
parent | 1ed4ed47afdfeae436391b36a6cb2a3e192f06ae (diff) | |
download | scummvm-rg350-5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67.tar.gz scummvm-rg350-5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67.tar.bz2 scummvm-rg350-5cc1bd626d7950a9aabfb9bc561d6e7cf6ccde67.zip |
VOYEUR: Remove unused function header
Diffstat (limited to 'engines')
-rw-r--r-- | engines/voyeur/events.cpp | 1 | ||||
-rw-r--r-- | engines/voyeur/events.h | 3 |
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 { |