VOYEUR: Remove unused function header

This commit is contained in:
Strangerke 2014-02-11 08:21:07 +01:00
parent 1ed4ed47af
commit 5cc1bd626d
2 changed files with 0 additions and 4 deletions

View File

@ -48,7 +48,6 @@ IntNode::IntNode(uint16 curTime, uint16 timeReset, uint16 flags) {
/*------------------------------------------------------------------------*/
IntData::IntData() {
_field9 = false;
_flipWait = false;
_hasPalette = false;
field16 = 0;

View File

@ -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 {