From 4231ec51c319ee43e06e9ab291696d8f1a546564 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Aug 2009 17:12:15 +0200 Subject: conf: removed the deprecated "error_file" option This option was deprecated by the 0.15 release. This patch makes this option invalid. --- src/conf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 4eb9db63c..a153b7157 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" -- cgit v1.2.3