N64: Removing debug text from Glide64mk2. How has no one reported that?

This commit is contained in:
pjgat09 2014-07-23 03:28:36 +00:00
parent 3218085682
commit fd0a31721e
2 changed files with 2 additions and 0 deletions

View File

@ -983,6 +983,7 @@ void debug_keys ()
void output (float x, float y, int scale, const char *fmt, ...)
{
/*
va_list ap;
va_start(ap,fmt);
vsprintf(out_buf, fmt, ap);
@ -1017,4 +1018,5 @@ void output (float x, float y, int scale, const char *fmt, ...)
x+=8;
}
*/
}