Mercurial > pidgin
changeset 29680:701eb26db990
Trim some cruft.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 04 Apr 2010 03:36:28 +0000 |
parents | 6cfc9cf2e8cc |
children | 97e3a0bc963c |
files | libpurple/protocols/yahoo/libyahoo.c libpurple/protocols/yahoo/libyahoojp.c |
diffstat | 2 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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();