diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-07-22 21:14:26 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-07-22 21:14:26 +0200 |
commit | 5f40aa6c5891a93fe5b9de85fef55b3f64a8890e (patch) | |
tree | 2b2fffeb763631ef36cba769e46c4d52554761c5 | |
parent | 940eda4cd4aec6389cd260b400d866830ba1dcd8 (diff) | |
download | uGFX-5f40aa6c5891a93fe5b9de85fef55b3f64a8890e.tar.gz uGFX-5f40aa6c5891a93fe5b9de85fef55b3f64a8890e.tar.bz2 uGFX-5f40aa6c5891a93fe5b9de85fef55b3f64a8890e.zip |
Revert unnecessary change in the sliders demo config file from previous commit
-rw-r--r-- | demos/modules/gwin/slider/gfxconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/modules/gwin/slider/gfxconf.h b/demos/modules/gwin/slider/gfxconf.h index ac2d04ee..9d55d29f 100644 --- a/demos/modules/gwin/slider/gfxconf.h +++ b/demos/modules/gwin/slider/gfxconf.h @@ -50,7 +50,6 @@ #define GDISP_NEED_CIRCLE TRUE #define GDISP_NEED_TEXT TRUE #define GDISP_NEED_MULTITHREAD TRUE -#define GDISP_NEED_CONTROL TRUE /* GDISP fonts to include */ #define GDISP_INCLUDE_FONT_UI2 TRUE |