diff options
Diffstat (limited to 'engines/lab/diff.h')
-rw-r--r-- | engines/lab/diff.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/lab/diff.h b/engines/lab/diff.h index e1644d49ab..b0725e5625 100644 --- a/engines/lab/diff.h +++ b/engines/lab/diff.h @@ -81,8 +81,6 @@ bool readDiff(bool playonce); void diffNextFrame(void); -void playCntMusic(void); - void readSound(void); void stopDiff(void); @@ -91,8 +89,6 @@ void stopDiffEnd(void); void stopSound(void); -void diffSetMusic(void); - } // End of namespace Lab #endif /* LAB_DIFF_H */ |