changeset 29617:8d10605105f2

Remove non longer relevant comment
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 31 Oct 2009 19:42:18 +0000
parents 05d2ceedcc74
children 3be6a18e0bcb
files pidgin/gtkutils.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {