aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/adpcm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp
index 45480742c5..fc3ac14907 100644
--- a/sound/adpcm.cpp
+++ b/sound/adpcm.cpp
@@ -107,9 +107,6 @@ public:
// IMA ADPCM support is based on
// <http://wiki.multimedia.cx/index.php?title=IMA_ADPCM>
//
-// Apple IMA ADPCM support is based on
-// <http://wiki.multimedia.cx/index.php?title=Apple_QuickTime_IMA_ADPCM>
-//
// In addition, also MS IMA ADPCM is supported. See
// <http://wiki.multimedia.cx/index.php?title=Microsoft_IMA_ADPCM>.