summaryrefslogtreecommitdiff
path: root/libnautilus-private
diff options
context:
space:
mode:
Diffstat (limited to 'libnautilus-private')
-rw-r--r--libnautilus-private/nautilus-file-operations.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c
index ecc761d18..58a029400 100644
--- a/libnautilus-private/nautilus-file-operations.c
+++ b/libnautilus-private/nautilus-file-operations.c
@@ -656,11 +656,6 @@ fs_move_to_trash (const GList *item_uris, GtkWidget *parent_view)
source_dir_uri = NULL;
trash_dir_uri = NULL;
- /* FIXME bugzilla.eazel.com 678:
- * Separate items that can be moved to trash and ones that can't.
- * For the ones that cannot, ask the user if they want to delete the files
- * on the spot.
- */
get_parent_make_name_list (item_uris, &source_dir_uri, &item_names);
source_dir = gnome_vfs_uri_to_string (source_dir_uri, GNOME_VFS_URI_HIDE_NONE);