summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-10-23 19:15:40 +0200
committerRay <[email protected]>2023-10-23 19:15:40 +0200
commita0f00343523a8898dfed46ee21afaa99d0c15f66 (patch)
tree7097c237852e6b7b7f2538002b9fd040eb8711c1 /src/rcore.c
parent3ff60269174d0f264c152875be4d1808b7fe0195 (diff)
downloadraylib-a0f00343523a8898dfed46ee21afaa99d0c15f66.tar.gz
raylib-a0f00343523a8898dfed46ee21afaa99d0c15f66.zip
REVIEWED: `InitPlatform()` organization and code-gardening
Diffstat (limited to 'src/rcore.c')
-rw-r--r--src/rcore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rcore.c b/src/rcore.c
index 0cd3f440..ef3beaee 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -491,8 +491,6 @@ void InitWindow(int width, int height, const char *title)
// Initialize random seed
SetRandomSeed((unsigned int)time(NULL));
-
- TRACELOG(LOG_INFO, "PLATFORM: DESKTOP: Application initialized successfully");
}
// Close window and unload OpenGL context