summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-29 12:00:43 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-29 12:00:43 +0200
commit65c09118e7e3190ce0c8bec1bc2753139ffbdbb1 (patch)
tree33cead360cf44f92a7e92e5292b052a4bc8ba43c /crawl-ref/source/state.h
parent3836b8e7876c04a18da207cd7ed1803f804ce284 (diff)
downloadcrawl-ref-65c09118e7e3190ce0c8bec1bc2753139ffbdbb1.tar.gz
crawl-ref-65c09118e7e3190ce0c8bec1bc2753139ffbdbb1.zip
Revert "A bit of debug info about loaded translations, to help investigate CDO."
Investigation done, breaking of all games without "language=pl" done as well. This reverts commit b65c0c250055b6b981a596c6369db8fef670e04f.
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 691b637305..c5939ae37d 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -112,8 +112,6 @@ struct game_state
// Version of the last character save.
int minorVersion;
- std::string language_loaded, db_loaded;
-
protected:
void reset_cmd_repeat();
void reset_cmd_again();