diff options
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/log.h b/src/common/log.h index 3927629c8..dace715d4 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -22,8 +22,6 @@ #define CHECK_PRINTF(formatIdx, firstArg) #endif -void log_set_severity(int severity); - void add_stream_log(int loglevel, const char *name, FILE *stream); int add_file_log(int severity, const char *filename); void close_logs(); |