diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:23:30 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:23:30 +0800 |
commit | aff48320fa0c9d6292f72bde9106af53d536cfa9 (patch) | |
tree | 1bd82b85106abbe112382e85657c00b8489ca863 /libempathy/empathy-tp-file.h | |
parent | e5284f4fb3bd01bd623da9b7db9830ac776ae0fb (diff) | |
download | gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.tar gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.tar.gz gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.tar.bz2 gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.tar.lz gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.tar.xz gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.tar.zst gsoc2013-empathy-aff48320fa0c9d6292f72bde9106af53d536cfa9.zip |
Remove unused empathy_tp_file_get_id
svn path=/trunk/; revision=1887
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 34cbb7ff2..7c656d2aa 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); -const gchar *empathy_tp_file_get_id (EmpathyTpFile *tp_file); 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); |