changeset 1848:f6e137fe9d6d

Remove bogus comment
author Mikael Berthe <mikael@lilotux.net>
date Wed, 31 Mar 2010 22:05:12 +0200
parents 2e133fc0e3d9
children 1ae3a110d300
files mcabber/mcabber/commands.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/commands.c	Sun Mar 28 23:40:10 2010 +0200
+++ b/mcabber/mcabber/commands.c	Wed Mar 31 22:05:12 2010 +0200
@@ -1016,8 +1016,6 @@
       id = NULL;
     } else {
       mc_strtolower(id);
-      // Actually an UTF-8 id isn't needed because only the bare jid will
-      // be used.
       id = jid_utf8 = to_utf8(id);
     }
   } else {