From c0f1c49178b4c205e1c990ea2fb25a417305528c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 13 Sep 2009 13:40:58 +0000 Subject: 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 --- firmware/export/font.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/export/font.h') 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 -- cgit v1.2.3