summaryrefslogtreecommitdiff
path: root/src/main-sdl.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-07-02 19:21:30 +0200
committerBardur Arantsson <bardur@scientician.net>2014-07-02 19:59:51 +0200
commit7c1a3ab8b8a9bc3f229389e08e398f6fa9c317d8 (patch)
treee705c69f6c70f7510a78caa91628bc07457faad9 /src/main-sdl.c
parent899b8fb81a1d5fa66fa842e2ddc4f25e97231ae7 (diff)
Remove "platform" sound support
Diffstat (limited to 'src/main-sdl.c')
-rw-r--r--src/main-sdl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main-sdl.c b/src/main-sdl.c
index 1b53cfc7..6ffe77df 100644
--- a/src/main-sdl.c
+++ b/src/main-sdl.c
@@ -634,21 +634,6 @@ static errr Term_xtra_sdl(int n, int v)
return (1);
}
- case TERM_XTRA_SOUND:
- {
- /*
- * Make a sound XXX XXX XXX
- *
- * This action should produce sound number "v", where the
- * "name" of that sound is "sound_names[v]". This method
- * is still under construction.
- *
- * This action is optional, and not very important.
- */
-
- return (1);
- }
-
case TERM_XTRA_BORED:
{
/* Perform event checking without blocking */