From 018af67a500b8bab6b8b374c32a887f399339834 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 27 Oct 2009 14:26:14 +0100 Subject: Move /me and /say support from EmpathyMessage to EmpathyChat. Also make commands not case sensitive and use g_ascii_isspace to detect spaces. --- libempathy/empathy-message.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libempathy/empathy-message.h') diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index 7ca624031..09175e625 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -52,7 +52,6 @@ struct _EmpathyMessageClass { }; GType empathy_message_get_type (void) G_GNUC_CONST; -EmpathyMessage * empathy_message_new_from_entry (const gchar *message); EmpathyMessage * empathy_message_new (const gchar *body); TpChannelTextMessageType empathy_message_get_tptype (EmpathyMessage *message); void empathy_message_set_tptype (EmpathyMessage *message, -- cgit v1.2.3