diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-02-28 13:54:27 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-02-28 13:54:27 +1000 |
commit | cd3a87f2d4c5738d823e893b89d56000ad7fc62f (patch) | |
tree | 3a1cd4d5b0a06ff5ff66bd15c3f7122a6fe8f33a /gfxconf.example.h | |
parent | dc4f706132dce07c6a394446157c6a46f5fd3c71 (diff) | |
download | uGFX-cd3a87f2d4c5738d823e893b89d56000ad7fc62f.tar.gz uGFX-cd3a87f2d4c5738d823e893b89d56000ad7fc62f.tar.bz2 uGFX-cd3a87f2d4c5738d823e893b89d56000ad7fc62f.zip |
Remove unneeded definition
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 7c0424fd..2d3568d1 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -233,7 +233,6 @@ // #define GINPUT_MOUSE_CLICK_TIME 300 // #define GINPUT_TOUCH_CXTCLICK_TIME 700 // #define GINPUT_TOUCH_USER_CALIBRATION_LOAD FALSE -// #define GINPUT_TOUCH_USER_CALIBRATION_FREE FALSE // #define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE // #define GMOUSE_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32 //#define GINPUT_NEED_KEYBOARD FALSE |