diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:53:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:53:38 +0800 |
commit | d345fc72a9ff9ce2af454f428b56f78cb611416a (patch) | |
tree | cc66f9e49c83fb95fcdc21acc3dbad4bc16f7cb3 /libempathy/empathy-message.c | |
parent | fc409d61494d325be2714f8b5a7aff2281755248 (diff) | |
download | gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.gz gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.bz2 gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.lz gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.xz gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.tar.zst gsoc2013-empathy-d345fc72a9ff9ce2af454f428b56f78cb611416a.zip |
Depend on telepathy-logger (#610956)
Diffstat (limited to 'libempathy/empathy-message.c')
-rw-r--r-- | libempathy/empathy-message.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-message.c b/libempathy/empathy-message.c index ab9e95d37..3d755c92b 100644 --- a/libempathy/empathy-message.c +++ b/libempathy/empathy-message.c @@ -27,14 +27,12 @@ #include <string.h> #include <telepathy-glib/util.h> -#ifdef ENABLE_TPL #include <telepathy-glib/account.h> #include <telepathy-glib/account-manager.h> #include <telepathy-logger/entity.h> #include <telepathy-logger/entry.h> #include <telepathy-logger/entry-text.h> -#endif /* ENABLE_TPL */ #include "empathy-message.h" #include "empathy-utils.h" @@ -260,7 +258,6 @@ empathy_message_new (const gchar *body) NULL); } -#ifdef ENABLE_TPL EmpathyMessage * empathy_message_from_tpl_log_entry (TplEntry *logentry) { @@ -323,7 +320,6 @@ empathy_message_from_tpl_log_entry (TplEntry *logentry) return retval; } -#endif /* ENABLE_TPL */ TpChannelTextMessageType empathy_message_get_tptype (EmpathyMessage *message) |