summaryrefslogtreecommitdiff
path: root/src/z-term.h
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/z-term.h
parent899b8fb81a1d5fa66fa842e2ddc4f25e97231ae7 (diff)
Remove "platform" sound support
Diffstat (limited to 'src/z-term.h')
-rw-r--r--src/z-term.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/z-term.h b/src/z-term.h
index c8854112..7b739ab7 100644
--- a/src/z-term.h
+++ b/src/z-term.h
@@ -225,7 +225,6 @@ struct term
* The "TERM_XTRA_EVENT" action uses "v" to "wait" for an event
* The "TERM_XTRA_SHAPE" action uses "v" to "show" the cursor
* The "TERM_XTRA_FROSH" action uses "v" for the index of the row
- * The "TERM_XTRA_SOUND" action uses "v" for the index of a sound
* The "TERM_XTRA_ALIVE" action uses "v" to "activate" (or "close")
* The "TERM_XTRA_LEVEL" action uses "v" to "resume" (or "suspend")
* The "TERM_XTRA_DELAY" action uses "v" as a "millisecond" value
@@ -239,7 +238,6 @@ struct term
#define TERM_XTRA_FROSH 5 /* Flush one row (optional) */
#define TERM_XTRA_FRESH 6 /* Flush all rows (optional) */
#define TERM_XTRA_NOISE 7 /* Make a noise (optional) */
-#define TERM_XTRA_SOUND 8 /* Make a sound (optional) */
#define TERM_XTRA_BORED 9 /* Handle stuff when bored (optional) */
#define TERM_XTRA_REACT 10 /* React to global changes (optional) */
#define TERM_XTRA_ALIVE 11 /* Change the "hard" level (optional) */