diff --git a/src/bin/e_order.c b/src/bin/e_order.c index d5b527206..e02e22815 100644 --- a/src/bin/e_order.c +++ b/src/bin/e_order.c @@ -263,8 +263,6 @@ _e_order_save(E_Order *eo) } else { - /* TODO: Check if the file is in ~/.e/e/applications/all */ - /* TODO: Consider copying the file to $XDG_DATA_HOME/applications */ fprintf(f, "%s\n", desktop->orig_path); } }