print_buf was unused in shader_gl_cg.c - so get rid of it

This commit is contained in:
twinaphex 2014-10-20 23:22:16 +02:00
parent 526b0a56d7
commit ef27b31c9f

View File

@ -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;