From 08aaf57ff094632354cc54fcea90bd14a4edb76f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Nov 2008 18:37:40 +0100 Subject: log: removed warning buffer The warning buffer is a complex piece of code for no good reason. Remove it and find a better solution, e.g. open the log file earlier. --- src/log.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index 2e76f0a73..c32b8e9c0 100644 --- a/src/log.h +++ b/src/log.h @@ -42,6 +42,4 @@ int cycle_log_files(void); void close_log_files(void); -void flushWarningLog(void); - #endif /* LOG_H */ -- cgit v1.2.3