aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput.c
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-25 22:44:25 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-25 22:44:25 -0800
commit6cc2bc280cc7dc4cb546d94219210d65c15df2e1 (patch)
tree54b4ded1928d9f03d74b74aefe333cc93f047ba9 /src/ginput.c
parentd1836d49fee08eaa08a837e9f6176f3d41fbb735 (diff)
parentac5267af6af5508d4391fddb3d27c8d45879950a (diff)
downloaduGFX-6cc2bc280cc7dc4cb546d94219210d65c15df2e1.tar.gz
uGFX-6cc2bc280cc7dc4cb546d94219210d65c15df2e1.tar.bz2
uGFX-6cc2bc280cc7dc4cb546d94219210d65c15df2e1.zip
Merge pull request #8 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'src/ginput.c')
-rw-r--r--src/ginput.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ginput.c b/src/ginput.c
index d12bef2b..9b6b180a 100644
--- a/src/ginput.c
+++ b/src/ginput.c
@@ -29,14 +29,9 @@
#include "hal.h"
#include "ginput.h"
-#ifndef _GINPUT_C
-#define _GINPUT_C
-
#if GFX_USE_GINPUT || defined(__DOXYGEN__)
#error "GINPUT: Not Implemented Yet"
#endif /* GFX_USE_GINPUT */
-
-#endif /* _GINPUT_C */
/** @} */