libpurple/protocols/yahoo/libyahoojp.c

changeset 29963
d89962e2a726
parent 29949
902d9eab8f6d
child 30138
cca9685df785
--- a/libpurple/protocols/yahoo/libyahoojp.c	Sun Apr 04 02:09:19 2010 +0000
+++ b/libpurple/protocols/yahoo/libyahoojp.c	Sun Apr 04 03:36:28 2010 +0000
@@ -227,12 +227,6 @@
 #if 0
 	option = purple_account_option_string_new(_("Chat room list URL"), "room_list", YAHOO_ROOMLIST_URL);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
-
-	option = purple_account_option_string_new(_("Yahoo Chat server"), "ycht-server", YAHOO_YCHT_HOST);
-	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
-
-	option = purple_account_option_int_new(_("Yahoo Chat port"), "ycht-port", YAHOO_YCHT_PORT);
-	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 #endif
 
 	yahoojp_register_commands();

mercurial