Remove old config migration

Fixes #1194
This commit is contained in:
TingPing 2014-10-25 06:50:02 -04:00
parent 6653582f0a
commit 3c89de48a8
1 changed files with 0 additions and 4 deletions

View File

@ -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;