diff --git a/gfx/shader/shader_gl_cg.c b/gfx/shader/shader_gl_cg.c index 8779f0a109..dfdf6f3364 100644 --- a/gfx/shader/shader_gl_cg.c +++ b/gfx/shader/shader_gl_cg.c @@ -572,8 +572,6 @@ static bool load_plain(const char *path) return true; } -#define print_buf(buf, ...) snprintf(buf, sizeof(buf), __VA_ARGS__) - static bool load_imports(void) { unsigned i;