diff --git a/src/rcore.c b/src/rcore.c index 09a000526..b2eb78675 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -333,7 +333,6 @@ typedef struct CoreData { //---------------------------------------------------------------------------------- RLAPI const char *raylib_version = RAYLIB_VERSION; // raylib version exported symbol, required for some bindings -extern CoreData CORE; CoreData CORE = { 0 }; // Global CORE state context #if defined(SUPPORT_SCREEN_CAPTURE)