From 7c1a3ab8b8a9bc3f229389e08e398f6fa9c317d8 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 2 Jul 2014 19:21:30 +0200 Subject: Remove "platform" sound support --- src/z-term.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/z-term.h') 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) */ -- cgit v1.2.3