diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-09-13 13:40:58 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-09-13 13:40:58 +0000 |
commit | c0f1c49178b4c205e1c990ea2fb25a417305528c (patch) | |
tree | 637fdedd15f2119125cdaa257fbf7798e8687e74 /firmware | |
parent | 541dd6fda5ae93073a0b9c499f62af2cf46f3529 (diff) |
Get rid of some of the code duplication from checkwps, it still duplicates a lot though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/font.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h index d17fa18b8b..75b012d722 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -62,13 +62,11 @@ * must be available at system startup. * Fonts are specified in firmware/font.c. */ -#ifndef __PCTOOL__ enum { FONT_SYSFIXED, /* system fixed pitch font*/ FONT_UI, /* system porportional font*/ MAXFONTS }; -#endif /* * .fnt loadable font file format definition |