Remove unused argument from log_put_it(), move declaration to output.h
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user