소스 검색

Remove unneded define

Ray 5 년 전
부모
커밋
efe2a42cee
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/raygui.h

+ 0 - 2
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