Remove unused argument from log_put_it(), move declaration to output.h

This commit is contained in:
Kevin Easton
2017-07-15 00:16:18 +10:00
parent 9c46ddddb6
commit d68d06480c
3 changed files with 4 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ void BX_yell(const char *format, ...)
}
void log_put_it (const char *topic, const char *format, ...)
void log_put_it (const char *format, ...)
{
if (format)
{