From: Richard Kettlewell Date: Sun, 15 Nov 2009 17:13:53 +0000 (+0000) Subject: remove obsolete comment X-Git-Tag: 5.0~61^2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/067cc12f8692c9567acb9d2e22aec24ac47a1913 remove obsolete comment --- diff --git a/disobedience/queue-generic.c b/disobedience/queue-generic.c index ce8f7be..a2aa8ac 100644 --- a/disobedience/queue-generic.c +++ b/disobedience/queue-generic.c @@ -542,14 +542,6 @@ static gboolean ql_drag_motion(GtkWidget *w, if(path) gtk_tree_path_free(path); } - /* TODO _something_ is not quite right here. Supposedly if action=0 we - * should probably be returning FALSE; _but_ actually we always want to - * support dropping, as dropping into the big empty space at the bottom - * should be the same as dropping at the end of the last row. - * - * As the code stands the drop works but the visual feedback is not quite - * right. - */ autoscroll_add(GTK_TREE_VIEW(w)); return TRUE; /* We are (always) in a drop zone */ }