aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-05 18:37:40 +0100
committerMax Kellermann <max@duempel.org>2008-11-05 18:37:40 +0100
commit08aaf57ff094632354cc54fcea90bd14a4edb76f (patch)
treec1fa9f2b1606a3ca6431eb7c564d2312599fcfdb /src/log.h
parentb35ca9e5c4d45eceba1baf355dea3349cadb73b4 (diff)
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.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/log.h b/src/log.h
index 2e76f0a7..c32b8e9c 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 */