libgaim/protocols/qq/qq.c

changeset 14583
0d2a35f7af27
parent 14559
78092ceb0bc3
child 14604
67a7c42a8654
--- 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);

mercurial