From 93b231c69366563ba441dc4907bfb036fe3b4c55 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Sep 2002 13:33:59 +0000 Subject: Greg Haerr's new loadable font. No more #ifdef font-style, removed old propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/wormlet.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/recorder/wormlet.c') diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c index ba96f6b9de..84ee55062c 100644 --- a/apps/recorder/wormlet.c +++ b/apps/recorder/wormlet.c @@ -67,11 +67,7 @@ /* size of the field the worm lives in */ #define FIELD_RECT_X 1 #define FIELD_RECT_Y 1 -#ifdef LCD_PROPFONTS #define FIELD_RECT_WIDTH (LCD_WIDTH - 39) -#else -#define FIELD_RECT_WIDTH (LCD_WIDTH - 46) -#endif #define FIELD_RECT_HEIGHT (LCD_HEIGHT - 2) /* size of the ring of the worm -- cgit v1.2.3