aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
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.c
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.c')
-rw-r--r--src/conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index ce80100f..48c58b1a 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -53,7 +53,6 @@ static struct config_entry config_entries[] = {
{ .name = CONF_DB_FILE, false, false },
{ .name = CONF_STICKER_FILE, false, false },
{ .name = CONF_LOG_FILE, false, false },
- { .name = CONF_ERROR_FILE, false, false },
{ .name = CONF_PID_FILE, false, false },
{ .name = CONF_STATE_FILE, false, false },
{ .name = CONF_USER, false, false },