summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.h')
-rw-r--r--crawl-ref/source/initfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h
index d2779e25b7..0a39e9db41 100644
--- a/crawl-ref/source/initfile.h
+++ b/crawl-ref/source/initfile.h
@@ -20,7 +20,6 @@ enum drop_mode_type
};
god_type str_to_god(std::string god);
-int str_to_fprop (const std::string &str);
int str_to_summon_type (const std::string &str);
std::string read_init_file(bool runscript = false);