diff options
author | Matthew Hoops | 2009-01-27 11:49:53 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-01-27 11:49:53 +0000 |
commit | 34e76afb1636fec8ca668d4c238a4d4551f23622 (patch) | |
tree | 02c430a3680585f6a6f7e6e9345526e55c405d1b | |
parent | 13552cce55f6ccd09ac5e83c8a7dc3f2101dfa73 (diff) | |
download | scummvm-rg350-34e76afb1636fec8ca668d4c238a4d4551f23622.tar.gz scummvm-rg350-34e76afb1636fec8ca668d4c238a4d4551f23622.tar.bz2 scummvm-rg350-34e76afb1636fec8ca668d4c238a4d4551f23622.zip |
Remove leftover comments.
svn-id: r36098
-rw-r--r-- | sound/adpcm.cpp | 3 |
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>. |