diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-27 21:13:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-01 18:02:52 +0800 |
commit | eaf1ecca8c31263cef90bfbb4839e7114719eed8 (patch) | |
tree | a8b413ba10f835c8337a4de06b903a592523d58c /libempathy/empathy-tp-chat.h | |
parent | 7625bd2ae11f2c3064e3e208ea82fffa97dc7f18 (diff) | |
download | gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.tar gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.tar.gz gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.tar.bz2 gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.tar.lz gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.tar.xz gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.tar.zst gsoc2013-empathy-eaf1ecca8c31263cef90bfbb4839e7114719eed8.zip |
Use tp-glib SMS high level API (#651242)
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index de55c1a8c..20ba02a68 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -121,8 +121,6 @@ TpChannelChatState EmpathyContact * empathy_tp_chat_get_self_contact (EmpathyTpChat *self); -gboolean empathy_tp_chat_is_sms_channel (EmpathyTpChat *chat); - G_END_DECLS #endif /* __EMPATHY_TP_CHAT_H__ */ |