diff --git a/src/rcore_android.c b/src/rcore_android.c index 94e321a5f..55fba1af6 100644 --- a/src/rcore_android.c +++ b/src/rcore_android.c @@ -1,8 +1,5 @@ #include -// for debugging -#define PLATFORM_ANDROID - #include "rcore.h" //#include // Required for: Android sensors functions (accelerometer, gyroscope, light...) diff --git a/src/rcore_desktop.c b/src/rcore_desktop.c index 600876b9e..9f230fbb5 100644 --- a/src/rcore_desktop.c +++ b/src/rcore_desktop.c @@ -1,8 +1,5 @@ #include -// for debugging -#define PLATFORM_DESKTOP - #include "rcore.h" #define GLFW_INCLUDE_NONE // Disable the standard OpenGL header inclusion on GLFW3 diff --git a/src/rcore_drm.c b/src/rcore_drm.c index 55c382486..9ae82d598 100644 --- a/src/rcore_drm.c +++ b/src/rcore_drm.c @@ -1,8 +1,5 @@ #include -// for debugging -#define PLATFORM_DRM - #include "rcore.h" #include // POSIX file control definitions - open(), creat(), fcntl() diff --git a/src/rcore_web.c b/src/rcore_web.c index adb7cd8e7..48fb7e260 100644 --- a/src/rcore_web.c +++ b/src/rcore_web.c @@ -1,8 +1,5 @@ #include -// for debugging -#define PLATFORM_WEB - #include "rcore.h" #define GLFW_INCLUDE_ES2 // GLFW3: Enable OpenGL ES 2.0 (translated to WebGL)