# HG changeset patch # User John Bailey # Date 1270352188 0 # Node ID 701eb26db9900441fb96f83ab16aeefe82dc4147 # Parent 6cfc9cf2e8cc05e42f3638b63e6aa0168cedb724 Trim some cruft. diff -r 6cfc9cf2e8cc -r 701eb26db990 libpurple/protocols/yahoo/libyahoo.c --- a/libpurple/protocols/yahoo/libyahoo.c Sun Apr 04 02:09:19 2010 +0000 +++ b/libpurple/protocols/yahoo/libyahoo.c Sun Apr 04 03:36:28 2010 +0000 @@ -331,12 +331,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 my_protocol = plugin; diff -r 6cfc9cf2e8cc -r 701eb26db990 libpurple/protocols/yahoo/libyahoojp.c --- 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();