| 482 | } |
| 483 | |
| 484 | void deleteSelectionCmd(const cmd::ArgumentList& args) |
| 485 | { |
| 486 | UndoableCommand undo("deleteSelected"); |
| 487 | deleteSelection(); |
| 488 | } |
| 489 | |
| 490 | /** |
| 491 | * Selects all objects that intersect one of the bounding AABBs. |
nothing calls this directly
no test coverage detected