aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-24 16:32:50 +1100
committerPaul Gilbert2013-12-24 16:32:50 +1100
commitfa6eb76d6607608edc2415a827aac787915ca11f (patch)
tree6cf02a2755114d0fca1dfcc3847197166fc66ff6 /engines/voyeur/files.h
parent156f78e7cdb4c49b437c378d7239806784bcee54 (diff)
downloadscummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.tar.gz
scummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.tar.bz2
scummvm-rg350-fa6eb76d6607608edc2415a827aac787915ca11f.zip
VOYEUR: Implemented further event methods, and miscellaneous
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index aa03383366..f15f066736 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -446,9 +446,6 @@ private:
uint32 getSID(int sid);
void cardAction(const byte *p);
void doSTAMPCardAction();
- void addAudioEventStart();
- void addAudioEventEnd();
- void addVideoEventEnd();
bool goToStateID(int stackId, int sceneId);
bool goToState(int stackId, int sceneId);
const byte *cardPerform(const byte *card);