From 4e68a7732e1a9c101498fd7945ffec20294509d2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 5 Oct 2013 02:55:47 +0200 Subject: [PATCH] gfxconf cleanup --- gfxconf.example.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gfxconf.example.h b/gfxconf.example.h index b0bf39a0..a75c41af 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -142,9 +142,6 @@ /* Optional Parameters for various subsystems */ /* - #define GDISP_NEED_UTF8 FALSE - #define GDISP_NEED_TEXT_KERNING FALSE - #define GDISP_NEED_ANTIALIAS FALSE #define GDISP_THREAD_PRIORITY NORMAL_PRIORITY #define GEVENT_MAXIMUM_SIZE 32 #define GEVENT_MAX_SOURCE_LISTENERS 32 @@ -162,8 +159,6 @@ #define GDISP_USE_CUSTOM_BOARD FALSE #define GDISP_SCREEN_WIDTH 320 #define GDISP_SCREEN_HEIGHT 240 - #define GDISP_USE_FSMC - #define GDISP_USE_GPIO #define TDISP_COLUMNS 16 #define TDISP_ROWS 2 */