From d2e8bd052cd37c13d7ba21efda809cc1fa87e8b6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 3 May 2023 12:51:54 +0200 Subject: [PATCH] useless variables --- src/light.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/light.c b/src/light.c index 4a4f84e..353dcda 100644 --- a/src/light.c +++ b/src/light.c @@ -6,9 +6,6 @@ void lights(int state) { static GLuint quadId = 0; static GLuint pId = 0; - const GLuint wW = _dims[0]; - const GLuint wH = _dims[1]; - switch (state) { case GL4DH_INIT: quadId = gl4dgGenQuadf();