summaryrefslogtreecommitdiff
path: root/src/newgrf_text.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-01-12 18:01:16 +0000
committerfrosch <frosch@openttd.org>2014-01-12 18:01:16 +0000
commit00e7ceeca4ffa42c3837462c6444d1a7d5201a96 (patch)
tree3de76ee792d3bfb58eab3307c8777a6528657aa5 /src/newgrf_text.h
parent4f419b8f84fc2e36eec9a89a1f2d3cbfb626ce5d (diff)
downloadopenttd-00e7ceeca4ffa42c3837462c6444d1a7d5201a96.tar.xz
(svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, it's only used there.
Diffstat (limited to 'src/newgrf_text.h')
-rw-r--r--src/newgrf_text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf_text.h b/src/newgrf_text.h
index 78e0b8ca5..6587fc1fe 100644
--- a/src/newgrf_text.h
+++ b/src/newgrf_text.h
@@ -43,8 +43,6 @@ struct TextRefStack *CreateTextRefStackBackup();
void RestoreTextRefStackBackup(struct TextRefStack *backup);
uint RemapNewGRFStringControlCode(uint scc, char *buf_start, char **buff, const char **str, int64 *argv, uint argv_size, bool modify_argv);
-StringID TTDPStringIDToOTTDStringIDMapping(StringID string);
-
/** Mapping of language data between a NewGRF and OpenTTD. */
struct LanguageMap {
/** Mapping between NewGRF and OpenTTD IDs. */