| 185 | } |
| 186 | |
| 187 | void EditorController::onDelete() |
| 188 | { |
| 189 | PatternEditorWindow::get().onDelete(); |
| 190 | printOverlayMessage("Selection deleted"); |
| 191 | } |
| 192 | |
| 193 | void EditorController::processInspectorWindows() |
| 194 | { |
nothing calls this directly
no test coverage detected