From a1f2a10efe9b7e4dd553c4edbddaaaaceefdbe02 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 22 Dec 2014 22:21:09 +0100 Subject: Remove unused angband_sound_name --- src/variable.cc | 73 --------------------------------------------------------- 1 file changed, 73 deletions(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index a6df056d..34cb9ed1 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -480,79 +480,6 @@ byte angband_color_table[256][4] = }; -/* - * Standard sound names - */ -char angband_sound_name[SOUND_MAX][16] = -{ - "", - "hit", - "miss", - "flee", - "drop", - "kill", - "level", - "death", - "study", - "teleport", - "shoot", - "quaff", - "zap", - "walk", - "tpother", - "hitwall", - "eat", - "store1", - "store2", - "store3", - "store4", - "dig", - "opendoor", - "shutdoor", - "tplevel", - "scroll", - "buy", - "sell", - "warn", - "rocket", - "n_kill", - "u_kill", - "quest", - "heal", - "x_heal", - "bite", - "claw", - "m_spell", - "summon", - "breath", - "ball", - "m_heal", - "atkspell", - "evil", - "touch", - "sting", - "crush", - "slime", - "wail", - "winner", - "fire", - "acid", - "elec", - "cold", - "illegal", - "fail", - "wakeup", - "invuln", - "fall", - "pain", - "destitem", - "moan", - "show", - "unused", - "explode", -}; - - /* * The array of "cave grids" [MAX_WID][MAX_HGT]. */ -- cgit v1.2.3