libpurple/server.c

changeset 36078
ad2b7d9cc0c3
parent 36077
b7328f4317c7
child 36088
4c386387f6f3
--- a/libpurple/server.c	Thu May 22 15:53:54 2014 +0200
+++ b/libpurple/server.c	Thu May 22 16:07:39 2014 +0200
@@ -510,20 +510,6 @@
 		prpl_info->chat_leave(gc, id);
 }
 
-void purple_serv_chat_whisper(PurpleConnection *gc, int id, const char *who, const char *message)
-{
-	PurplePlugin *prpl;
-	PurplePluginProtocolInfo *prpl_info;
-
-	if (gc) {
-		prpl = purple_connection_get_prpl(gc);
-		prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl);
-
-		if (prpl_info->chat_whisper)
-			prpl_info->chat_whisper(gc, id, who, message);
-	}
-}
-
 int purple_serv_chat_send(PurpleConnection *gc, int id, PurpleMessage *msg)
 {
 	PurplePlugin *prpl;

mercurial