--- a/libpurple/protocols/qq/qq.c Mon Aug 04 07:00:37 2008 +0000 +++ b/libpurple/protocols/qq/qq.c Mon Aug 04 07:01:38 2008 +0000 @@ -689,7 +689,6 @@ return chat_name_to_purple_name(who); } -PurplePlugin *my_protocol = NULL; static PurplePluginProtocolInfo prpl_info = { OPT_PROTO_CHAT_TOPIC | OPT_PROTO_USE_POINTSIZE, NULL, /* user_splits */ @@ -820,8 +819,6 @@ option = purple_account_option_int_new(_("Update interval(s)"), "update_interval", 300); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - my_protocol = plugin; - purple_prefs_add_none("/plugins/prpl/qq"); purple_prefs_add_bool("/plugins/prpl/qq/show_status_by_icon", TRUE); purple_prefs_add_bool("/plugins/prpl/qq/show_fake_video", FALSE);