summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 8246f7128c..b9fe0774f8 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -31,7 +31,6 @@ struct Branch
char rock_colour;
int (*mons_rarity_function)(int);
int (*mons_level_function)(int);
- void (*level_builder_function)(int);
int altar_chance; // in percent
int travel_shortcut; // which key to press for travel
};