From 6434ceb6b491be7a88733220d86b899e5ddee5da Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sat, 2 Oct 2010 10:26:18 +0200 Subject: [PATCH] Disable grid gui module Signed-off-by: Marc Andre Tanner --- config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.h b/config.h index 00347a3..4fe49b6 100644 --- a/config.h +++ b/config.h @@ -36,9 +36,7 @@ MenuItem menu[] = { #define GRID_LOGO_HEIGHT 180 #include "gui-list.c" -#include "gui-grid.c" Gui guis[] = { { 'l', gui_list, gui_list_select_item, gui_list_deselect_item, gui_list_show_error }, - { 'g', gui_grid, NULL, NULL, NULL }, }; -- 2.11.4.GIT