--- a/src/shader.c Mon Apr 01 19:44:00 2024 +0200
+++ b/src/shader.c Tue Apr 09 21:18:52 2024 +0200
@@ -32,9 +32,6 @@
#include <GL/glew.h>
#include <string.h>
-AscShaderSprite ASC_SHADER_SPRITE;
-
-
AscShader asc_shader_compile(unsigned int type,
char const *code,
int length) {