aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/arcsectors/gfxconf.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-10-28 00:10:19 +0100
committerinmarket <andrewh@inmarket.com.au>2014-10-28 12:03:01 +1000
commitd9dd6673b7d796d3db8a5f357c98944d35fe9b6e (patch)
tree382931d27dd66e9b8f2eb1999bc07bc04ef1250b /demos/modules/gdisp/arcsectors/gfxconf.h
parent1541ae0d376922b0f26356455cde2c73c91db5b4 (diff)
downloaduGFX-d9dd6673b7d796d3db8a5f357c98944d35fe9b6e.tar.gz
uGFX-d9dd6673b7d796d3db8a5f357c98944d35fe9b6e.tar.bz2
uGFX-d9dd6673b7d796d3db8a5f357c98944d35fe9b6e.zip
Simplifying gdisp/arcsectors demo to only use the GDISP module
Diffstat (limited to 'demos/modules/gdisp/arcsectors/gfxconf.h')
-rw-r--r--demos/modules/gdisp/arcsectors/gfxconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/modules/gdisp/arcsectors/gfxconf.h b/demos/modules/gdisp/arcsectors/gfxconf.h
index 49470b2f..df6d85c0 100644
--- a/demos/modules/gdisp/arcsectors/gfxconf.h
+++ b/demos/modules/gdisp/arcsectors/gfxconf.h
@@ -38,15 +38,11 @@
/* GFX sub-systems to turn on */
#define GFX_USE_GDISP TRUE
-#define GFX_USE_GINPUT TRUE
-#define GFX_USE_GEVENT TRUE
-#define GFX_USE_GTIMER TRUE
/* Features for the GDISP subsystem. */
#define GDISP_NEED_VALIDATION TRUE
#define GDISP_NEED_ARCSECTORS TRUE
-#define GINPUT_NEED_MOUSE TRUE
#endif /* _GFXCONF_H */