diff src/server.c @ 11257:90be432e8385

[gaim-migrate @ 13432] Removed warning from core. I think you should be able to see others' warning levels in the tooltip, but I haven't managed to warn myself from any client. Being able to warn others will be dependent on protocol-specific convo menus. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 14 Aug 2005 03:50:35 +0000
parents e4459e8ccfb5
children 17142948653e
line wrap: on
line diff
--- a/src/server.c	Sat Aug 13 22:09:34 2005 +0000
+++ b/src/server.c	Sun Aug 14 03:50:35 2005 +0000
@@ -454,16 +454,6 @@
 		prpl_info->set_idle(g, time);
 }
 
-void serv_warn(GaimConnection *g, const char *name, gboolean anonymous)
-{
-	GaimPluginProtocolInfo *prpl_info = NULL;
-
-	if (g != NULL && g->prpl != NULL)
-		prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(g->prpl);
-
-	if (prpl_info && g_list_find(gaim_connections_get_all(), g) && prpl_info->warn)
-		prpl_info->warn(g, name, anonymous);
-}
 
 void serv_join_chat(GaimConnection *g, GHashTable *data)
 {