--- a/libpurple/protocols/yahoo/libymsg.c Sun Jul 05 05:35:05 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Sun Jul 05 14:14:14 2009 +0000 @@ -5060,12 +5060,3 @@ return FALSE; } -GHashTable * -yahoo_get_account_text_table(PurpleAccount *account) -{ - GHashTable *table; - table = g_hash_table_new(g_str_hash, g_str_equal); - g_hash_table_insert(table, "login_label", (gpointer)_("Yahoo ID...")); - return table; -} -