summaryrefslogtreecommitdiff
path: root/telepathy-glib/file-transfer-channel.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-10-31 16:26:35 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-11-11 10:50:51 +0000
commit8f6338cdc46cba1b427696a5c5fa61fa401cf353 (patch)
treed498a7ec77ed550a72535a5212eb5f810d268226 /telepathy-glib/file-transfer-channel.h
parent631b1111c89db57b7e1793aa56df24ee846d8147 (diff)
downloadtelepathy-glib-8f6338cdc46cba1b427696a5c5fa61fa401cf353.tar.gz
ft-channel: remove get_uri prototype
This function doesn't exist. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/file-transfer-channel.h')
-rw-r--r--telepathy-glib/file-transfer-channel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/telepathy-glib/file-transfer-channel.h b/telepathy-glib/file-transfer-channel.h
index 728f8cdf6..fba4a1fa8 100644
--- a/telepathy-glib/file-transfer-channel.h
+++ b/telepathy-glib/file-transfer-channel.h
@@ -108,8 +108,6 @@ guint64 tp_file_transfer_channel_get_size (TpFileTransferChannel *self);
guint64 tp_file_transfer_channel_get_transferred_bytes (
TpFileTransferChannel *self);
-const gchar * tp_file_transfer_channel_get_uri (TpFileTransferChannel *self);
-
G_END_DECLS
#endif