aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin.c')
-rw-r--r--src/gwin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gwin.c b/src/gwin.c
index 10293c4c..86765935 100644
--- a/src/gwin.c
+++ b/src/gwin.c
@@ -29,9 +29,6 @@
#include "hal.h"
#include "gwin.h"
-#ifndef _GWIN_C
-#define _GWIN_C
-
#if GFX_USE_GWIN || defined(__DOXYGEN__)
#include <string.h>
@@ -894,7 +891,5 @@ void gwinButtonDraw(GHandle gh) {
#endif
#endif /* GFX_USE_GWIN */
-
-#endif /* _GWIN_C */
/** @} */