summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/throw.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-15 01:41:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-15 13:07:28 +0200
commit8c4ae6daeaef43ec51c79446755bc02fb5bd0655 (patch)
tree99c277f798180a4e531e8e8a29af754f68fe2d81 /crawl-ref/source/throw.h
parent83d9845a1c988fa0264f14d0c5b13fe717a0ae40 (diff)
downloadcrawl-ref-8c4ae6daeaef43ec51c79446755bc02fb5bd0655.tar.gz
crawl-ref-8c4ae6daeaef43ec51c79446755bc02fb5bd0655.zip
Make two functions static, one gone.
Diffstat (limited to 'crawl-ref/source/throw.h')
-rw-r--r--crawl-ref/source/throw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/throw.h b/crawl-ref/source/throw.h
index 2503964316..b65a83cc56 100644
--- a/crawl-ref/source/throw.h
+++ b/crawl-ref/source/throw.h
@@ -32,7 +32,6 @@ enum fire_type
struct bolt;
class dist;
-bool elemental_missile_beam(int launcher_brand, int ammo_brand);
bool item_is_quivered(const item_def &item);
bool fire_warn_if_impossible(bool silent = false);
int get_next_fire_item(int current, int offset);
@@ -43,8 +42,6 @@ void throw_item_no_quiver(void);
bool setup_missile_beam(const actor *actor, bolt &beam, item_def &item,
std::string &ammo_name, bool &returning);
-void throw_noise(actor* act, const bolt &pbolt, const item_def &ammo);
-
bool throw_it(bolt &pbolt, int throw_2, bool teleport = false,
int acc_bonus = 0, dist *target = NULL);