diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-21 11:06:04 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-21 11:06:04 +0100 |
commit | dfb9f92eb1561bcca61dfc9ab516cfba46bc575d (patch) | |
tree | e154f239f23fdcff7555b2d9b921f8426874bcc3 /src/ginput.c | |
parent | 795947a251722cb2df3a2588f383dcc43935a535 (diff) | |
download | uGFX-dfb9f92eb1561bcca61dfc9ab516cfba46bc575d.tar.gz uGFX-dfb9f92eb1561bcca61dfc9ab516cfba46bc575d.tar.bz2 uGFX-dfb9f92eb1561bcca61dfc9ab516cfba46bc575d.zip |
cleanup of source files
Diffstat (limited to 'src/ginput.c')
-rw-r--r-- | src/ginput.c | 5 |
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 */
/** @} */
|