summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config.h b/src/config.h
index dbe77cd9..f7380422 100644
--- a/src/config.h
+++ b/src/config.h
@@ -27,12 +27,6 @@
#define RAYLIB_VERSION "3.5"
-// Edit to control what features Makefile'd raylib is compiled with
-#if defined(RAYLIB_CMAKE)
- // Edit cmake/RaylibOptions.cmake for CMake instead
- #include "cmake/config.h"
-#else
-
//------------------------------------------------------------------------------------
// Module: core - Configuration Flags
//------------------------------------------------------------------------------------
@@ -217,6 +211,3 @@
//------------------------------------------------------------------------------------
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process
-
-
-#endif //defined(RAYLIB_CMAKE)