# HG changeset patch # User Mark Huetsch # Date 1157945980 0 # Node ID a679de8b43a02f20e1f1c59ea1fbce663eec889d # Parent 82b59abcaee4ff47b101613f2d82fac0e2a1a55b [gaim-migrate @ 17241] We don't need to see this log. committer: Tailor Script diff -r 82b59abcaee4 -r a679de8b43a0 libgaim/protocols/qq/qq.c --- a/libgaim/protocols/qq/qq.c Mon Sep 11 02:30:59 2006 +0000 +++ b/libgaim/protocols/qq/qq.c Mon Sep 11 03:39:40 2006 +0000 @@ -584,15 +584,6 @@ } */ -/* -static void _qq_menu_show_system_message(GaimPluginAction *action) -{ - GaimConnection *gc = (GaimConnection *) action->context; - g_return_if_fail ( gc != NULL ); - gaim_gtk_log_show(GAIM_LOG_IM, "systemim", gaim_connection_get_account(gc)); -} -*/ - /* TODO: re-enable this static void _qq_menu_send_file(GaimBlistNode * node, gpointer ignored) { @@ -833,11 +824,6 @@ m = g_list_append(m, act); */ - /* XXX consider re-enabling this - act = gaim_plugin_action_new(_("Show System Message"), _qq_menu_show_system_message); - m = g_list_append(m, act); - */ - /* act = gaim_plugin_action_new(_("Qun: Search a permanent Qun"), _qq_menu_search_or_add_permanent_group); m = g_list_append(m, act);