| 151 | } |
| 152 | |
| 153 | void TextureBrowserManager::shutdownModule() |
| 154 | { |
| 155 | GlobalUserInterface().unregisterControl(UserControl::TextureBrowser); |
| 156 | _shaderClipboardConn.disconnect(); |
| 157 | } |
| 158 | |
| 159 | void TextureBrowserManager::onShaderClipboardSourceChanged() |
| 160 | { |
nothing calls this directly
no test coverage detected