aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-11-30 06:54:38 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-30 06:54:38 +0800
commit80643282a0dabfb6945c38c62ae3b458c51b54f8 (patch)
tree78914ef74f736e26fc255b4fdab422768614d800 /libempathy/empathy-tp-file.h
parent5faa02787746fdb1ca5756df2e2e77052acbf380 (diff)
downloadgsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.tar
gsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.tar.gz
gsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.tar.bz2
gsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.tar.lz
gsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.tar.xz
gsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.tar.zst
gsoc2013-empathy-80643282a0dabfb6945c38c62ae3b458c51b54f8.zip
Remove duplicate declaration of _get_transferred_count
svn path=/trunk/; revision=1929
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r--libempathy/empathy-tp-file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h
index 3eb55a935..7beb3a151 100644
--- a/libempathy/empathy-tp-file.h
+++ b/libempathy/empathy-tp-file.h
@@ -73,7 +73,6 @@ void empathy_tp_file_cancel (EmpathyTpFile *tp_file);
void empathy_tp_file_offer (EmpathyTpFile *tp_file, GFile *gfile,
GError **error);
-guint64 empathy_tp_file_get_transferred_bytes (EmpathyTpFile *tp_file);
EmpathyContact *empathy_tp_file_get_contact (EmpathyTpFile *tp_file);
const gchar *empathy_tp_file_get_filename (EmpathyTpFile *tp_file);
gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file);