diff options
author | TingPing <TingPing@users.noreply.github.com> | 2014-10-25 06:50:02 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2014-10-25 06:50:02 -0400 |
commit | 3c89de48a8fe7d934868e8dc6ab1c72b9b4694ee (patch) | |
tree | 4cd09286abb44a777352e32cb1750507a982b161 /src/common/cfgfiles.c | |
parent | 6653582f0a9fe7b6a36519a70856382e107c905e (diff) |
Remove old config migration
Fixes #1194
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 4 |
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; |