aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index dd3dc54a6..582ce696e 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -1039,10 +1039,6 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass)
widget_class->drag_begin = contact_list_view_drag_begin;
widget_class->drag_data_get = contact_list_view_drag_data_get;
widget_class->drag_end = contact_list_view_drag_end;
- /* FIXME: noticed but when you drag the row over the treeview
- * fast, it seems to stop redrawing itself, if we don't
- * connect this signal, all is fine.
- */
widget_class->drag_motion = contact_list_view_drag_motion;
signals[DRAG_CONTACT_RECEIVED] =