summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-16 03:46:14 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-16 03:46:14 +0100
commit31653c4d99d717e6ca6183663ae88a35e6a16735 (patch)
tree78ef3fc08ee2630c56c828ac034808b94c671aed /crawl-ref/source/files.h
parente0be1ccf3073aa806b133bc1893dd660fe79369d (diff)
downloadcrawl-ref-31653c4d99d717e6ca6183663ae88a35e6a16735.tar.gz
crawl-ref-31653c4d99d717e6ca6183663ae88a35e6a16735.zip
Axe a stray prototype for an ex-function.
It joined the choir invisible years ago.
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 38d193f4ae..157dabc4a6 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -50,8 +50,6 @@ std::string datafile_path(
bool test_base_path = false,
bool (*thing_exists)(const std::string&) = file_exists);
-
-bool get_dos_compatible_file_name(std::string *fname);
std::string get_parent_directory(const std::string &filename);
std::string get_base_filename(const std::string &filename);
std::string get_cache_name(const std::string &filename);