summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
authorMikko Vepsalainen <mtvepsal@gmail.com>2014-07-11 00:27:04 +0300
committerNeil Moore <neil@s-z.org>2014-07-10 22:36:26 -0400
commitcf9921f95181bc628ff2d25e0eefb592484c9472 (patch)
tree679b5ccc10c40f5f4daa5a0c70a9bd2998d3921a /crawl-ref/source/abyss.cc
parentb5d75e044a05f1018eafbd445bf5f2044583fe12 (diff)
downloadcrawl-ref-cf9921f95181bc628ff2d25e0eefb592484c9472.tar.gz
crawl-ref-cf9921f95181bc628ff2d25e0eefb592484c9472.zip
Remove unused variable.
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 22bcd4c6d9..35f45bb866 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -1560,7 +1560,7 @@ static void _increase_depth()
abyssal_state.phase -= M_PI;
}
-void abyss_morph(double duration)
+void abyss_morph()
{
if (abyssal_state.destroy_all_terrain)
{