diff --git a/platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js b/platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js index 5163142469..d4b70d8c65 100644 --- a/platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js +++ b/platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js @@ -80,12 +80,6 @@ define( return swimlane.children.map(matches).reduce(or, false); } - // Remove a domain object from its current location - function remove(domainObject) { - return domainObject && - domainObject.getCapability('action').perform('remove'); - } - // Initiate mutation of a domain object function doMutate(domainObject, mutator) { return asPromise(