summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-27 00:57:47 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-27 00:57:47 +0200
commit2d65edd2038fa2cef0e63f4014105e0ec0f93543 (patch)
tree202d709a1c4047099ee1c2cacfa3c8a8aeee7cb0 /crawl-ref/source/beam.h
parentddeb6cd81a85c545c56dc28e2ec75721de274c8c (diff)
downloadcrawl-ref-2d65edd2038fa2cef0e63f4014105e0ec0f93543.tar.gz
crawl-ref-2d65edd2038fa2cef0e63f4014105e0ec0f93543.zip
Make some functions static, remove unused among those.
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index 5aa5fca2c3..2cfe648c8c 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -307,8 +307,6 @@ bool enchant_monster_with_flavour(monster* mon, actor *atk,
void mass_enchantment(enchant_type wh_enchant, int pow, int who,
int *m_succumbed = NULL, int *m_attempted = NULL);
-bool curare_hits_monster(actor *agent, monster* mons, kill_category who,
- int levels = 1);
bool poison_monster(monster* mons, kill_category who, int levels = 1,
bool force = false, bool verbose = true);
bool miasma_monster(monster* mons, kill_category who);
@@ -321,8 +319,6 @@ bool zapping(zap_type ztype, int power, bolt &pbolt,
bool needs_tracer = false, const char* msg = NULL);
bool player_tracer(zap_type ztype, int power, bolt &pbolt, int range = 0);
-std::string beam_type_name(beam_type type);
-
void init_zap_index();
void clear_zap_info_on_exit();