Remove early and unused snprintf and where[] string.tags/mesa_7_5
| } | } | ||||
| if (debug) { | if (debug) { | ||||
| va_list args; | |||||
| char where[MAXSTRING]; | |||||
| const char *errstr; | const char *errstr; | ||||
| va_start( args, fmtString ); | |||||
| vsnprintf( where, MAXSTRING, fmtString, args ); | |||||
| va_end( args ); | |||||
| switch (error) { | switch (error) { | ||||
| case GL_NO_ERROR: | case GL_NO_ERROR: | ||||
| errstr = "GL_NO_ERROR"; | errstr = "GL_NO_ERROR"; |