changeset 23687:3d7177f19f17

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.
author Mark Doliner <mark@kingant.net>
date Mon, 04 Aug 2008 07:01:38 +0000
parents eba700811832
children f56505a982e8
files libpurple/protocols/qq/qq.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);