chiark / gitweb /
remove obsolete comment
[disorder] / disobedience / queue-generic.c
index ce8f7be05d28563038f92d2ddb3bfe31b229cf3e..a2aa8ac9fd8c879cacf91f68b20ff41d8e76500c 100644 (file)
@@ -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 */
 }