From 7fb3b4f83e9348c87924dd258afdb51a724467b7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 Mar 2007 22:21:05 +0000 Subject: (svn r9271) -Codechange: make the language pack initialisation a little more clear and extendable (more language paths). --- src/functions.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/functions.h') diff --git a/src/functions.h b/src/functions.h index 2fb154b7f..2d3bcc998 100644 --- a/src/functions.h +++ b/src/functions.h @@ -205,8 +205,6 @@ void ShowSaveLoadDialog(int mode); /* callback from drivers that is called if the game size changes dynamically */ void GameSizeChanged(); bool FileExists(const char *filename); -bool ReadLanguagePack(int index); -void InitializeLanguagePacks(); const char *GetCurrentLocale(const char *param); void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize); -- cgit v1.2.3-54-g00ecf