diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 3b37f0a0b..ba7ad5a7c 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -1,15 +1,5 @@ #include "e.h" -/* FIXME: broken when drop areas intersect - * (sub window has drop area on top of lower window or desktop) - */ -/* - * TODO: - * - Let an internal drag work with several types. - * - Let a drag be both internal and external, or allow internal xdnd - * (internal xdnd is unnecessary load) - */ - /* local subsystem functions */ static void _e_drag_move(E_Drag *drag, int x, int y);