aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp.c')
-rw-r--r--src/gdisp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gdisp.c b/src/gdisp.c
index 5c807db5..92bb060d 100644
--- a/src/gdisp.c
+++ b/src/gdisp.c
@@ -29,9 +29,6 @@
#include "hal.h"
#include "gdisp.h"
-#ifndef _GDISP_C
-#define _GDISP_C
-
#if GFX_USE_GDISP || defined(__DOXYGEN__)
#ifdef GDISP_NEED_TEXT
@@ -1268,7 +1265,5 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color) {
#endif
#endif /* GFX_USE_GDISP */
-
-#endif /* _GDISP_C */
/** @} */