# HG changeset patch # User Daniel Atallah # Date 1257018138 0 # Node ID 8d10605105f26bffe30146fd793dccb6f030b44d # Parent 05d2ceedcc74089419c615006c958e29b05f5cd8 Remove non longer relevant comment diff -r 05d2ceedcc74 -r 8d10605105f2 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sat Oct 31 19:28:45 2009 +0000 +++ b/pidgin/gtkutils.c Sat Oct 31 19:42:18 2009 +0000 @@ -3416,7 +3416,6 @@ do { DWORD nameSize = 256; wchar_t start[256]; - /* I don't think we need to worry about non-ASCII protocol names */ ret = RegEnumKeyExW(HKEY_CLASSES_ROOT, idx++, start, &nameSize, NULL, NULL, NULL, NULL); if (ret == ERROR_SUCCESS) {