Clean and mark as TODO.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Jun 2008 16:58:40 +0000 (16:58 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Jun 2008 16:58:40 +0000 (16:58 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1441 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/gfx/font_10x20.c
bertos/gui/leveledit.c

index 35cb9ad02216ebea05c0a0807127d9a4846fb885..51911c120bb15605cb5de74ab21e929696116baf 100644 (file)
@@ -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
+
index 10ef87621ca5a72d2fa1f4dd34420205fa49d2b0..dd3259cca081431acca9614499060efcfb2ec68e 100644 (file)
 #include <gui/menubar.h>
 #endif
 
-// BEGIN project_grl LOCAL
 #include <drv/lcd_gfx.h>
-#include <gui/guiman.h>
-// 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;