aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 0f8f5d57c..4aa252011 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1998,11 +1998,6 @@ static int load_config(void)
featuredigittimeout = DEFAULT_FEATURE_DIGIT_TIMEOUT;
cfg = ast_config_load("features.conf");
- if (!cfg) {
- cfg = ast_config_load("parking.conf");
- if (cfg)
- ast_log(LOG_NOTICE, "parking.conf is deprecated in favor of 'features.conf'. Please rename it.\n");
- }
if (cfg) {
var = ast_variable_browse(cfg, "general");
while(var) {