diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 15:50:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 17:22:17 +0800 |
commit | 43385565c3c422cc6c1b7748ab8e6af3143c5a12 (patch) | |
tree | 1662b3a945b66e0fd50e29e28bd5fa6df6045e8a | |
parent | 64ae3cbe9c5231db131c61cf54255819264c741f (diff) | |
download | gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.tar gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.tar.gz gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.tar.bz2 gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.tar.lz gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.tar.xz gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.tar.zst gsoc2013-empathy-43385565c3c422cc6c1b7748ab8e6af3143c5a12.zip |
remove deprecated FIXME
-rw-r--r-- | libempathy-gtk/empathy-contact-menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index 651622554..921e8d783 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -363,7 +363,6 @@ empathy_contact_file_transfer_menu_item_new (EmpathyContact *contact) return item; } -/* FIXME we should check if the contact supports vnc stream tube */ GtkWidget * empathy_contact_share_my_desktop_menu_item_new (EmpathyContact *contact) { |