diff options
-rw-r--r-- | libcaja-private/caja-icon-dnd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaja-private/caja-icon-dnd.c b/libcaja-private/caja-icon-dnd.c index dde633e3..b9dfc36f 100644 --- a/libcaja-private/caja-icon-dnd.c +++ b/libcaja-private/caja-icon-dnd.c @@ -620,8 +620,6 @@ caja_icon_container_selection_items_local (CajaIconContainer *container, /* must have at least one item */ g_assert (items); - result = FALSE; - /* get the URI associated with the container */ container_uri_string = get_container_uri (container); |