diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-12-03 12:14:46 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-12-03 12:14:46 +0000 |
| commit | 4317ff90a92ffa91b4aa457410d40da338182436 (patch) | |
| tree | a12443b5998c9947d96ab1468f0f2d81b2ef3a5f /apps/language.h | |
| parent | c616520dc5caec6acd3430381fcc9495e1562bc4 (diff) | |
| download | rockbox-4317ff90a92ffa91b4aa457410d40da338182436.zip rockbox-4317ff90a92ffa91b4aa457410d40da338182436.tar.gz rockbox-4317ff90a92ffa91b4aa457410d40da338182436.tar.bz2 rockbox-4317ff90a92ffa91b4aa457410d40da338182436.tar.xz | |
Move #defines and #include into c file as this is the only place they are used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19313 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/language.h')
| -rw-r--r-- | apps/language.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/language.h b/apps/language.h index 0203b15..a35387c 100644 --- a/apps/language.h +++ b/apps/language.h @@ -21,15 +21,6 @@ * ****************************************************************************/ -/* The following header is generated by the build system and only defines - MAX_LANGUAGE_SIZE to be the size of the largest currently available - language! */ -#include "max_language_size.h" - -/* both these must match the two initial bytes in the binary lang file */ -#define LANGUAGE_COOKIE 0x1a -#define LANGUAGE_VERSION 0x04 - /* Initialize language array with the builtin strings */ void lang_init(void); |