| 1557 | } |
| 1558 | |
| 1559 | void Map::shutdownModule() |
| 1560 | { |
| 1561 | _undoEventListener.disconnect(); |
| 1562 | |
| 1563 | abortMergeOperation(); |
| 1564 | |
| 1565 | GlobalRadiantCore().getMessageBus().removeListener(_shutdownListener); |
| 1566 | |
| 1567 | _scaledModelExporter.shutdown(); |
| 1568 | |
| 1569 | GlobalSceneGraph().removeSceneObserver(this); |
| 1570 | |
| 1571 | _modelScalePreserver.reset(); |
| 1572 | _mapPositionManager.reset(); |
| 1573 | } |
| 1574 | |
| 1575 | void Map::handleShutdownRequest(radiant::ApplicationShutdownRequest& request) |
| 1576 | { |
nothing calls this directly
no test coverage detected