summaryrefslogtreecommitdiff
path: root/src/main-xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-xxx.c')
-rw-r--r--src/main-xxx.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/main-xxx.c b/src/main-xxx.c
index 56dc48f6..bc430dd5 100644
--- a/src/main-xxx.c
+++ b/src/main-xxx.c
@@ -322,21 +322,6 @@ static errr Term_xtra_xxx(int n, int v)
return (0);
}
- 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 (0);
- }
-
case TERM_XTRA_BORED:
{
/*