mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
VOYEUR: Remove unused function header
This commit is contained in:
parent
1ed4ed47af
commit
5cc1bd626d
@ -48,7 +48,6 @@ IntNode::IntNode(uint16 curTime, uint16 timeReset, uint16 flags) {
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
IntData::IntData() {
|
||||
_field9 = false;
|
||||
_flipWait = false;
|
||||
_hasPalette = false;
|
||||
field16 = 0;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user