aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 14:15:01 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 14:15:01 +0800
commit81a61a2bf34bf2ea7f262f96279a27978c62317e (patch)
treea7fa1b948d820915b4fa551030800417e8b1d16a /libempathy
parentde1d1ad186ec7bcabd83aa653f8c766d8fa05fbe (diff)
downloadgsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.tar
gsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.tar.gz
gsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.tar.bz2
gsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.tar.lz
gsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.tar.xz
gsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.tar.zst
gsoc2013-empathy-81a61a2bf34bf2ea7f262f96279a27978c62317e.zip
Revert "[ChatroomManager] find windows by channel path, not by TargetID"
This reverts commit 0b213f4fae18f24fd7b162ca19c63249cd360e43.
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-chat.c13
-rw-r--r--libempathy/empathy-tp-chat.h1
2 files changed, 0 insertions, 14 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index d2ae46d9d..665e87549 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -2068,19 +2068,6 @@ empathy_tp_chat_is_invited (EmpathyTpChat *self,
return tp_channel_group_get_local_pending_info (priv->channel, self_handle,
inviter, NULL, NULL);
}
-
-const char *
-empathy_tp_chat_get_channel_path (EmpathyTpChat *self)
-{
- EmpathyTpChatPriv *priv;
-
- g_return_val_if_fail (EMPATHY_IS_TP_CHAT (self), NULL);
-
- priv = GET_PRIV (self);
-
- return tp_proxy_get_object_path (priv->channel);
-}
-
gboolean
empathy_tp_chat_is_sms_channel (EmpathyTpChat *self)
{
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h
index 34651d13c..d34bc418e 100644
--- a/libempathy/empathy-tp-chat.h
+++ b/libempathy/empathy-tp-chat.h
@@ -113,7 +113,6 @@ void empathy_tp_chat_join (EmpathyTpChat *chat);
gboolean empathy_tp_chat_is_invited (EmpathyTpChat *chat,
TpHandle *inviter);
-const char * empathy_tp_chat_get_channel_path (EmpathyTpChat *chat);
gboolean empathy_tp_chat_is_sms_channel (EmpathyTpChat *chat);
G_END_DECLS