diff options
author | athrxx | 2019-04-29 23:38:32 +0200 |
---|---|---|
committer | athrxx | 2019-04-29 23:39:28 +0200 |
commit | 94596c2b556536d9ca7229986f5d6fc10f93bb9c (patch) | |
tree | 0e4a1e2332d6e7f1839602d6a11e13cece2aa466 /engines/kyra/sound | |
parent | 71ac9575a7a06e5595306e9fd80173b1b7e7e206 (diff) | |
download | scummvm-rg350-94596c2b556536d9ca7229986f5d6fc10f93bb9c.tar.gz scummvm-rg350-94596c2b556536d9ca7229986f5d6fc10f93bb9c.tar.bz2 scummvm-rg350-94596c2b556536d9ca7229986f5d6fc10f93bb9c.zip |
KYRA: (AdLib driver) - remove reference to dead web link
Diffstat (limited to 'engines/kyra/sound')
-rw-r--r-- | engines/kyra/sound/drivers/adlib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/sound/drivers/adlib.h b/engines/kyra/sound/drivers/adlib.h index 71896fff0a..a272e1710a 100644 --- a/engines/kyra/sound/drivers/adlib.h +++ b/engines/kyra/sound/drivers/adlib.h @@ -44,10 +44,6 @@ #include "common/mutex.h" -// Basic AdLib Programming: -// http://www.gamedev.net/reference/articles/article446.asp - - namespace Audio { class Mixer; } |