summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/orb.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-25 15:40:04 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-25 16:14:53 +0200
commitd9804648b6ec83383fac16761457d6dd5f62eab2 (patch)
treeeb461c81f2c79301bf057d95624356599a4ee43a /crawl-ref/source/orb.h
parentf1ac58e51dbefb695286393e0692782951001178 (diff)
downloadcrawl-ref-d9804648b6ec83383fac16761457d6dd5f62eab2.tar.gz
crawl-ref-d9804648b6ec83383fac16761457d6dd5f62eab2.zip
Make some more functions static/gone.
Diffstat (limited to 'crawl-ref/source/orb.h')
-rw-r--r--crawl-ref/source/orb.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/orb.h b/crawl-ref/source/orb.h
index 321761ba64..7afe7636d5 100644
--- a/crawl-ref/source/orb.h
+++ b/crawl-ref/source/orb.h
@@ -1,9 +1,7 @@
#ifndef ORB_H
#define ORB_H
-bool orb_noise (const coord_def& where, int loudness);
-
-void orb_pickup_noise (const coord_def& where, int loudness = 30,
- const char* msg = NULL, const char* msg2 = NULL);
+void orb_pickup_noise(const coord_def& where, int loudness = 30,
+ const char* msg = NULL, const char* msg2 = NULL);
#endif