summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-07 12:41:57 +0000
committertron <tron@openttd.org>2005-08-07 12:41:57 +0000
commit14e80ca15968476fffdbc64c5dc5edae9145c0d8 (patch)
tree48e4b97d4e158c2a7f487423c480569db2b96b82 /functions.h
parent59da8350c137a14dfbd194128a37591634247e46 (diff)
downloadopenttd-14e80ca15968476fffdbc64c5dc5edae9145c0d8.tar.xz
(svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index f0763acb9..3c4af9c3c 100644
--- a/functions.h
+++ b/functions.h
@@ -268,8 +268,6 @@ void InitializeLanguagePacks(void);
void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize);
int GetLanguageList(char **languages, int max);
-void CheckSwitchToEuro(void);
-
void LoadFromConfig(void);
void SaveToConfig(void);
void CheckConfig(void);