From 7afe4e78b7ffd2150f7eba51d6613422ccc7abe5 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 21 May 2014 12:47:40 +1000 Subject: [PATCH] Remove unnecessary window manager --- demos/modules/gwin/basic/gfxconf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/modules/gwin/basic/gfxconf.h b/demos/modules/gwin/basic/gfxconf.h index 70149055..c5050cef 100644 --- a/demos/modules/gwin/basic/gfxconf.h +++ b/demos/modules/gwin/basic/gfxconf.h @@ -46,7 +46,6 @@ #define GDISP_NEED_CIRCLE TRUE /* Features for the GWIN subsystem. */ -#define GWIN_NEED_WINDOWMANAGER TRUE #endif /* _GFXCONF_H */