aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-15 22:50:33 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-18 20:40:30 +0800
commite3a5d537c9604663f46ec6e82cf397781718a222 (patch)
tree5a10f64c1b53602e88f9f005fbe32e04838fcb45 /libempathy/empathy-message.h
parent6c45c22ef3b659f977221ad691638a073bcfa94e (diff)
downloadgsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.tar
gsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.tar.gz
gsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.tar.bz2
gsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.tar.lz
gsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.tar.xz
gsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.tar.zst
gsoc2013-empathy-e3a5d537c9604663f46ec6e82cf397781718a222.zip
remove empathy_message_new()
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r--libempathy/empathy-message.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h
index cb57f0755..fd608b19d 100644
--- a/libempathy/empathy-message.h
+++ b/libempathy/empathy-message.h
@@ -55,7 +55,6 @@ struct _EmpathyMessageClass {
GType empathy_message_get_type (void) G_GNUC_CONST;
-EmpathyMessage * empathy_message_new (const gchar *body);
EmpathyMessage * empathy_message_from_tpl_log_event (TplEvent *logevent);
EmpathyMessage * empathy_message_new_from_tp_message (TpMessage *tp_msg,
gboolean incoming);