Revert last commit.
[bertos.git] / bertos / gui / menu.c
index dabc9210e25a403c0452f645300633721da3177b..6c3f8d0d8fef038c8980a521585c46efc65e2f30 100644 (file)
@@ -40,7 +40,6 @@
 #include "menu.h"
 
 #include "cfg/cfg_gfx.h"
-#include "cfg/cfg_menu.h"
 #include "cfg/cfg_arch.h"
 #include <cfg/compiler.h>
 #include <cfg/debug.h>
 
 #if CONFIG_MENU_SMOOTH
 #include <drv/lcd_gfx.h>
-/**
- * With this you can choose, at compile time, which backend to use.
- *
- * $WIZ$ menu_backend_lcd = "LCD_RIT128X96_DRV", "LCD_32122A_DRV"
- */
-#define LCD_RIT128X96_DRV  0 ///<
-#define LCD_32122A_DRV     1 ///<
-
-
 #endif
 
 #if (CONFIG_MENU_TIMEOUT != 0)