Skip to content

Commit

Permalink
removed old comment (raysan5#4370)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel authored and psxdev committed Nov 18, 2024
1 parent 34d5988 commit 126f60c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ const char *TextFormat(const char *text, ...); // Formatting of tex
//void DisableCursor(void)

// Initialize window and OpenGL context
// NOTE: data parameter could be used to pass any kind of required data to the initialization
void InitWindow(int width, int height, const char *title)
{
#if defined(PLATFORM_PSP) || defined(PLATFORM_VITA) || defined(PLATFORM_ORBIS) || defined(PLATFORM_PROSPERO)
Expand Down

0 comments on commit 126f60c

Please sign in to comment.