* citadel.h (and related files): removed defunct parameters,
[citadel.git] / citadel / import.c
index 812d8ecccd3204e3cff4aa69b5c5ad304c86c644..9a72f4cb29349daa281091ec5d4d830fde761c78 100644 (file)
@@ -115,8 +115,6 @@ void imp_config() {
                        config.c_twitdetect = atoi(value);
                if (!strcasecmp(key, "c_twitroom"))
                        strcpy(config.c_twitroom, value);
-               if (!strcasecmp(key, "c_defent"))
-                       config.c_defent = atoi(value);
                if (!strcasecmp(key, "c_moreprompt"))
                        strcpy(config.c_moreprompt, value);
                if (!strcasecmp(key, "c_restrict"))