aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-08-24 17:12:15 +0200
committerMax Kellermann <max@duempel.org>2009-08-24 17:12:15 +0200
commit4231ec51c319ee43e06e9ab291696d8f1a546564 (patch)
tree5f1b3414bdd8ab2767219d90475951d226032c29 /src/conf.h
parentf401c1059c78358b701dbee22ca78035c6e652eb (diff)
conf: removed the deprecated "error_file" option
This option was deprecated by the 0.15 release. This patch makes this option invalid.
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 4eb9db63..a153b715 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -30,7 +30,6 @@
#define CONF_DB_FILE "db_file"
#define CONF_STICKER_FILE "sticker_file"
#define CONF_LOG_FILE "log_file"
-#define CONF_ERROR_FILE "error_file"
#define CONF_PID_FILE "pid_file"
#define CONF_STATE_FILE "state_file"
#define CONF_USER "user"