[Scummvm-cvs-logs] scummvm master -> a293bbbbb4e349dd7504de26ded47c818cf9464b
digitall
digitall at scummvm.org
Sun Oct 9 23:21:25 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
a293bbbbb4 DRASCULA: Remove unecessary VOC header dependency.
Commit: a293bbbbb4e349dd7504de26ded47c818cf9464b
https://github.com/scummvm/scummvm/commit/a293bbbbb4e349dd7504de26ded47c818cf9464b
Author: D G Turner (digitall at scummvm.org)
Date: 2011-10-09T14:13:30-07:00
Commit Message:
DRASCULA: Remove unecessary VOC header dependency.
Also, remove two engines not using VOC from voc.h header.
Changed paths:
audio/decoders/voc.h
engines/drascula/sound.cpp
diff --git a/audio/decoders/voc.h b/audio/decoders/voc.h
index 0c2d3b1..a920eac 100644
--- a/audio/decoders/voc.h
+++ b/audio/decoders/voc.h
@@ -24,9 +24,7 @@
* @file
* Sound decoder used in engines:
* - agos
- * - drascula
* - kyra
- * - made
* - saga
* - scumm
* - touche
diff --git a/engines/drascula/sound.cpp b/engines/drascula/sound.cpp
index 4721d2d..413a631 100644
--- a/engines/drascula/sound.cpp
+++ b/engines/drascula/sound.cpp
@@ -23,7 +23,6 @@
#include "audio/audiostream.h"
#include "audio/mixer.h"
#include "audio/decoders/raw.h"
-#include "audio/decoders/voc.h"
#include "common/config-manager.h"
#include "common/textconsole.h"
More information about the Scummvm-git-logs
mailing list