libpurple/protocols/jabber/message.c

changeset 40726
645607090674
parent 40697
81f81f5d2f39
child 40742
2fc55152b79c
--- a/libpurple/protocols/jabber/message.c	Sat Jan 23 20:28:06 2021 -0600
+++ b/libpurple/protocols/jabber/message.c	Sat Jan 23 20:31:28 2021 -0600
@@ -28,7 +28,6 @@
 #include "buddy.h"
 #include "chat.h"
 #include "data.h"
-#include "google/google.h"
 #include "message.h"
 #include "pep.h"
 #include "iq.h"
@@ -163,12 +162,6 @@
 			purple_serv_got_typing_stopped(gc, contact);
 	}
 
-	if (jm->js->googletalk && jm->body && jm->xhtml == NULL) {
-		char *tmp = jm->body;
-		jm->body = jabber_google_format_to_html(jm->body);
-		g_free(tmp);
-	}
-
 	body = jm_body_with_oob(jm);
 
 	if(body && body->len) {

mercurial