summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 5132af79e5..9c6a2805e9 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -2076,7 +2076,6 @@ std::string xlog_fields::xlog_line() const
// Milestones
#ifdef DGL_MILESTONES
-
void mark_milestone(const std::string &type, const std::string &milestone)
{
const std::string milestone_file = Options.save_dir + "milestones.txt";
@@ -2092,7 +2091,6 @@ void mark_milestone(const std::string &type, const std::string &milestone)
lk_close(fp, "a", milestone_file);
}
}
-
#endif // DGL_MILESTONES
#ifdef DGL_WHEREIS