aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gfx.h b/gfx.h
index 74b18ac2..48a92770 100644
--- a/gfx.h
+++ b/gfx.h
@@ -54,10 +54,6 @@
/* gfxconf.h is the user's project configuration for the GFX system. */
#include "gfxconf.h"
-/**
- * @brief Should various inline ugfx functions be non-inline.
- * @details Defaults to FALSE
- */
#if GFX_NO_INLINE
#define GFXINLINE
#else