diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-21 22:02:36 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-27 21:11:27 +0800 |
commit | ef81d18e65bb14cbd98cf07eb9d899f9c628d70e (patch) | |
tree | 42acf7d7bd2319abaeb51fe970235cac7ecd5919 /libempathy/empathy-tp-file.h | |
parent | a3d1d0df9e007c2d59c03ecaecf19321f60151c1 (diff) | |
download | gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.gz gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.bz2 gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.lz gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.xz gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.tar.zst gsoc2013-empathy-ef81d18e65bb14cbd98cf07eb9d899f9c628d70e.zip |
remove empathy_tp_file_is_incoming()
https://bugzilla.gnome.org/show_bug.cgi?id=658245
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index 7d8520426..6afb806df 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -122,8 +122,6 @@ void empathy_tp_file_offer (EmpathyTpFile *tp_file, void empathy_tp_file_cancel (EmpathyTpFile *tp_file); void empathy_tp_file_close (EmpathyTpFile *tp_file); -gboolean empathy_tp_file_is_incoming (EmpathyTpFile *tp_file); - G_END_DECLS #endif /* __EMPATHY_TP_FILE_H__ */ |