summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2014-10-25 06:50:02 -0400
committerTingPing <TingPing@users.noreply.github.com>2014-10-25 06:50:02 -0400
commit3c89de48a8fe7d934868e8dc6ab1c72b9b4694ee (patch)
tree4cd09286abb44a777352e32cb1750507a982b161 /src/common/cfgfiles.c
parent6653582f0a9fe7b6a36519a70856382e107c905e (diff)
Remove old config migration
Fixes #1194
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index a8bd32f9..71a5bf96 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -57,10 +57,6 @@ list_addentry (GSList ** list, char *cmd, char *name)
 	size_t name_len;
 	size_t cmd_len = 1;
 
-	/* remove <2.8.0 stuff */
-	if (!strcmp (cmd, "away") && !strcmp (name, "BACK"))
-		return;
-
 	if (cmd)
 		cmd_len = strlen (cmd) + 1;
 	name_len = strlen (name) + 1;