aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/readdiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/readdiff.cpp')
-rw-r--r--engines/lab/readdiff.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/lab/readdiff.cpp b/engines/lab/readdiff.cpp
index b270f3b8d5..71707dc55a 100644
--- a/engines/lab/readdiff.cpp
+++ b/engines/lab/readdiff.cpp
@@ -487,20 +487,6 @@ void stopSound(void) {
/*****************************************************************************/
-/* Checks the music while a diff is playing. */
-/*****************************************************************************/
-void diffSetMusic(void) {
- return;
-
- while (IsPlaying) {
- waitTOF();
- g_music->newCheckMusic();
- }
-}
-
-
-
-/*****************************************************************************/
/* Reads in a DIFF file. */
/*****************************************************************************/
bool readDiff(bool playonce) {