From: asterix Date: Wed, 11 Jun 2008 16:58:40 +0000 (+0000) Subject: Clean and mark as TODO. X-Git-Tag: 2.0.0~493 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ba70c053be8932aa7ba44579679edd0b288ea1b7;p=bertos.git Clean and mark as TODO. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1441 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/gfx/font_10x20.c b/bertos/gfx/font_10x20.c index 35cb9ad0..51911c12 100644 --- a/bertos/gfx/font_10x20.c +++ b/bertos/gfx/font_10x20.c @@ -5728,9 +5728,13 @@ static const PROGMEM uint8_t font_10x20_glyphs[] = { 0x0000, 0x0000, }; +#warning TODO: Fill the structure with missing parameter (see font.h for more detail). /* Exported structure definition. */ +#if 0 Font font_10x20 = { font_10x20_glyphs, 10, 20 }; +#endif + diff --git a/bertos/gui/leveledit.c b/bertos/gui/leveledit.c index 10ef8762..dd3259cc 100644 --- a/bertos/gui/leveledit.c +++ b/bertos/gui/leveledit.c @@ -55,10 +55,7 @@ #include #endif -// BEGIN project_grl LOCAL #include -#include -// END project_grl LOCAL #warning FIXME: Revise me! @@ -267,17 +264,8 @@ void level_edit(struct LevelEdit *lev) } #endif -// BEGIN project_grl LOCAL -#if 1 - //FIXME: must to this only when needed - lcd_blitBitmap(&lcd_bitmap); - } - while (!(keys = GuiMan_KbdPeek())); -#else } while (!(keys = kbd_peek())); -#endif -// END project_grl LOCAL if (keys & K_CANCEL) break;