| 2759 | } |
| 2760 | |
| 2761 | void MapEditorController::deleteClicked() |
| 2762 | { |
| 2763 | if (editing_in_progress) |
| 2764 | return; |
| 2765 | map->deleteSelectedObjects(); |
| 2766 | } |
| 2767 | |
| 2768 | void MapEditorController::duplicateClicked() |
| 2769 | { |
nothing calls this directly
no test coverage detected