From 659901a90de45c9d489f5314149ea23bc041e6d6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 4 Nov 2015 15:58:54 +0100 Subject: Adding missing default value for GFX_NO_INLINE --- gfx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gfx.h') 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 -- cgit v1.2.3