pidgin: 0a1aca4e: Get rid of an unused variable. I think ...

markdoliner at pidgin.im markdoliner at pidgin.im
Mon Aug 4 03:10:46 EDT 2008


-----------------------------------------------------------------
Revision: 0a1aca4e9483db7ba81ae564efdd2a81e3a813e8
Ancestor: 692ff1164b0a492ba7179904281356966cc81ede
Author: markdoliner at pidgin.im
Date: 2008-08-04T07:01:38
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/0a1aca4e9483db7ba81ae564efdd2a81e3a813e8

Modified files:
        libpurple/protocols/qq/qq.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- libpurple/protocols/qq/qq.c	9305c65d6c76fa48de937bfad5daa3b940cc04ec
+++ libpurple/protocols/qq/qq.c	240874a9e03051624b3258f1ddbcd212b8f083ea
@@ -689,7 +689,6 @@ static gchar *_qq_get_chat_buddy_real_na
 	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 @@ static void init_plugin(PurplePlugin *pl
 	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);


More information about the Commits mailing list