| 309 | // ### DeleteObjectsUndoStep ### |
| 310 | |
| 311 | DeleteObjectsUndoStep::DeleteObjectsUndoStep(Map* map) |
| 312 | : ObjectModifyingUndoStep(DeleteObjectsUndoStepType, map) |
| 313 | { |
| 314 | ; // nothing else |
| 315 | } |
| 316 | |
| 317 | DeleteObjectsUndoStep::~DeleteObjectsUndoStep() |
| 318 | { |
nothing calls this directly
no outgoing calls
no test coverage detected