summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 08:47:21 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 08:47:50 -0700
commit857ce33cee7e16f5e59dfa35d40be06d23c864d0 (patch)
tree9f56697f9ec679e6759c6286fdd1bf8e6f90c1b3 /crawl-ref/source/random.h
parentaada4ccf5d2b69a90b572bdfdad921937e2a02c5 (diff)
downloadcrawl-ref-857ce33cee7e16f5e59dfa35d40be06d23c864d0.tar.gz
crawl-ref-857ce33cee7e16f5e59dfa35d40be06d23c864d0.zip
Remove an unused and bizarre function
Diffstat (limited to 'crawl-ref/source/random.h')
-rw-r--r--crawl-ref/source/random.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/random.h b/crawl-ref/source/random.h
index 04e8fb4c49..8b948ed905 100644
--- a/crawl-ref/source/random.h
+++ b/crawl-ref/source/random.h
@@ -103,7 +103,6 @@ struct dice_def
};
dice_def calc_dice(int num_dice, int max_damage);
-void scale_dice(dice_def &dice, int threshold = 24);
template <typename T>
void shuffle_array(T* arr, int n)