From efe2a42cee447bb48abf84898bd1dd4edc367c04 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 30 Jan 2020 18:02:26 +0100 Subject: [PATCH] Remove unneded define --- src/raygui.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/raygui.h b/src/raygui.h index 0c2b5c3..6137127 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -134,8 +134,6 @@ #include "raylib.h" #endif -#define RAYGUIDEF // We are building or using raygui as a static library (or Linux shared library) - // Define functions scope to be used internally (static) or externally (extern) to the module including this file #if defined(RAYGUI_STATIC) #define RAYGUIDEF static // Functions just visible to module including this file