| 125 | } |
| 126 | |
| 127 | void _SimulationFacadeImpl::removeSelectedObjects(bool includeClusters) |
| 128 | { |
| 129 | _worker.removeSelectedObjects(includeClusters); |
| 130 | _selectionNeedsUpdate = true; |
| 131 | } |
| 132 | |
| 133 | void _SimulationFacadeImpl::relaxSelectedObjects(bool includeClusters) |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected