summaryrefslogtreecommitdiff
path: root/src/nautilus-dnd.c
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-05-12 21:58:59 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-05-12 22:02:04 +0300
commitf183d59337b9710f69fbaeda980a125dbef4bc2f (patch)
tree1149e421698b54812f7d3e827ca917b1d872088d /src/nautilus-dnd.c
parent14b734b34a5939174246f1de41bee81dbe680af6 (diff)
downloadnautilus-f183d59337b9710f69fbaeda980a125dbef4bc2f.tar.gz
general: Remove remaining desktop-file-related code
Diffstat (limited to 'src/nautilus-dnd.c')
-rw-r--r--src/nautilus-dnd.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nautilus-dnd.c b/src/nautilus-dnd.c
index d35032306..8071d5b80 100644
--- a/src/nautilus-dnd.c
+++ b/src/nautilus-dnd.c
@@ -513,15 +513,6 @@ nautilus_drag_default_drop_action_for_icons (GdkDragContext *context,
nautilus_file_unref (target_file);
return;
}
- else if (dropped_file != NULL && nautilus_file_is_launcher (dropped_file))
- {
- if (actions & GDK_ACTION_MOVE)
- {
- *action = GDK_ACTION_MOVE;
- }
- nautilus_file_unref (target_file);
- return;
- }
else if (target_file != NULL && nautilus_file_is_archive (target_file))
{
*action = GDK_ACTION_COPY;