# HG changeset patch # User Mark Doliner # Date 1217833298 0 # Node ID 3d7177f19f176e91f79bca561abbd47413540b9d # Parent eba700811832a57a8c5ee979b490a22372e47327 Get rid of an unused variable. I think this has probably been sitting around for a while. Possibly a vestiage of this prpl being based on another one. diff -r eba700811832 -r 3d7177f19f17 libpurple/protocols/qq/qq.c --- 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);