[Timeline] Remove unused function

Removal of domain objects is handled by using the move action.
This commit is contained in:
Victor Woeltjen 2016-03-22 17:01:45 -07:00
parent b2337dea97
commit 3c52ceb71a

View File

@ -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(