diff libgaim/protocols/qq/utils.h @ 14319:69f594f56de5

[gaim-migrate @ 17012] Removed the prefix before user IDs, it was giving the Adium folks a hard time. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 24 Aug 2006 08:04:46 +0000
parents 584cbd1628d0
children 8ff8f1c897b5
line wrap: on
line diff
--- a/libgaim/protocols/qq/utils.h	Thu Aug 24 07:00:34 2006 +0000
+++ b/libgaim/protocols/qq/utils.h	Thu Aug 24 08:04:46 2006 +0000
@@ -26,8 +26,6 @@
 #include <stdio.h>
 #include <glib.h>
 
-#define QQ_NAME_PREFIX    "qq-"
-
 gchar *get_name_by_index_str(gchar **array, const gchar *index_str, gint amount);
 gchar *get_index_str_by_name(gchar **array, const gchar *name, gint amount);
 gint qq_string_to_dec_value(const gchar *str);