summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-02 11:31:11 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-02 11:42:47 +0200
commit7d9430211110ae933509c8cfc8d325e0b964c0b1 (patch)
tree4597a143d3c007378876ab2c55f0596eee24e147 /crawl-ref/source/database.h
parenta601d65fc265daa11375d4e392f7b7c961c6c7c4 (diff)
downloadcrawl-ref-7d9430211110ae933509c8cfc8d325e0b964c0b1.tar.gz
crawl-ref-7d9430211110ae933509c8cfc8d325e0b964c0b1.zip
Move god lastnames to dat/database/ rather than dat/descript/
Transifex scripts assume the former all follow the desc rules, this one follows the db ones.
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index b62c5be813..75eaa1e493 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -34,7 +34,6 @@ typedef bool (*db_find_filter)(std::string key, std::string body);
std::string getQuoteString(const std::string &key);
std::string getLongDescription(const std::string &key);
-std::string getWeightedRandomisedDescription(const std::string &key);
std::vector<std::string> getLongDescKeysByRegex(const std::string &regex,
db_find_filter filter = NULL);