From 243de4a4fb4f6f5115803e47246e3b36e933cfe7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 May 2023 21:05:34 +0200 Subject: [PATCH] useless comments --- src/credits.c | 2 -- src/light.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/credits.c b/src/credits.c index a56f6a2..74c1a6c 100644 --- a/src/credits.c +++ b/src/credits.c @@ -4,10 +4,8 @@ static GLuint _pId = 0; static GLuint _textTexId = 0; static GLuint _quadId = 0; -// Initialize static void init(void); -// Draw static void draw(void); void credits(int state) { diff --git a/src/light.c b/src/light.c index 3a36a68..571576b 100644 --- a/src/light.c +++ b/src/light.c @@ -3,10 +3,8 @@ static GLuint _pId = 0; static GLuint _quadId = 0; -// Initialize static void init(void); -// Draw static void draw(void); void lights(int state) {