aboutsummaryrefslogtreecommitdiffstats
path: root/src/gevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gevent.c')
-rw-r--r--src/gevent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gevent.c b/src/gevent.c
index 0c486058..d9c7e4f1 100644
--- a/src/gevent.c
+++ b/src/gevent.c
@@ -29,9 +29,6 @@
#include "hal.h"
#include "gevent.h"
-#ifndef _GEVENT_C
-#define _GEVENT_C
-
#if GFX_USE_GEVENT || defined(__DOXYGEN__)
#if GEVENT_ASSERT_NO_RESOURCE
@@ -247,6 +244,4 @@ void geventDetachSourceListeners(GSourceHandle gsh) {
}
#endif /* GFX_USE_GEVENT */
-
-#endif /* _GEVENT_C */
/** @} */