summaryrefslogtreecommitdiff
path: root/src/levels.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
commit13efd185e91b74ef128a9ec32344cf05c09be26e (patch)
tree60e5eceaa25dd9135392d475375a610307fefd36 /src/levels.hpp
parentc55b6383d07318266999e1f5577cbbf7b77e620f (diff)
Remove unused 'G' flag handling for dngn/* files
Diffstat (limited to 'src/levels.hpp')
-rw-r--r--src/levels.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/levels.hpp b/src/levels.hpp
index da0a6d17..a070f65c 100644
--- a/src/levels.hpp
+++ b/src/levels.hpp
@@ -2,7 +2,6 @@
#include "h-basic.h"
-bool get_dungeon_generator(char *buf);
bool get_level_desc(char *buf);
void get_level_flags();
bool get_dungeon_name(char *buf);