summaryrefslogtreecommitdiff
path: root/apps/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/language.h')
-rw-r--r--apps/language.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/language.h b/apps/language.h
index 0203b15796..a35387cf49 100644
--- a/apps/language.h
+++ b/apps/language.h
@@ -21,15 +21,6 @@
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23 23
24/* The following header is generated by the build system and only defines
25 MAX_LANGUAGE_SIZE to be the size of the largest currently available
26 language! */
27#include "max_language_size.h"
28
29/* both these must match the two initial bytes in the binary lang file */
30#define LANGUAGE_COOKIE 0x1a
31#define LANGUAGE_VERSION 0x04
32
33/* Initialize language array with the builtin strings */ 24/* Initialize language array with the builtin strings */
34void lang_init(void); 25void lang_init(void);
35 26