summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 425f263d21..53a4ce2f9d 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -231,15 +231,6 @@ struct coord_def
typedef bool (*coord_predicate)(const coord_def &c);
-struct dice_def
-{
- int num;
- int size;
-
- dice_def( int n = 0, int s = 0 ) : num(n), size(s) {}
- int roll() const;
-};
-
struct run_check_dir
{
dungeon_feature_type grid;