| 85 | } |
| 86 | |
| 87 | void shutdownModule() override |
| 88 | { |
| 89 | GlobalUserInterface().unregisterControl(ui::AIEditingControl::Name); |
| 90 | |
| 91 | // Remove associated property keys |
| 92 | GlobalEntityInspector().unregisterPropertyEditor(ui::DEF_VOCAL_SET_KEY); |
| 93 | GlobalEntityInspector().unregisterPropertyEditor(ui::DEF_HEAD_KEY); |
| 94 | |
| 95 | GlobalEntityInspector().unregisterPropertyEditorDialog(ui::DEF_HEAD_KEY); |
| 96 | GlobalEntityInspector().unregisterPropertyEditorDialog(ui::DEF_VOCAL_SET_KEY); |
| 97 | } |
| 98 | }; |
| 99 | |
| 100 | extern "C" void DARKRADIANT_DLLEXPORT RegisterModule(IModuleRegistry& registry) |
nothing calls this directly
no test coverage detected