| 275 | } |
| 276 | |
| 277 | void DemoKeeper::destroyScene() |
| 278 | { |
| 279 | MyGUI::Gui::getInstance().eventFrameStart -= MyGUI::newDelegate(this, &DemoKeeper::notifyFrameStarted); |
| 280 | MyGUI::WidgetManager::getInstance().unregisterUnlinker(&unlink_holder); |
| 281 | } |
| 282 | |
| 283 | void DemoKeeper::notifyFrameStarted(float _time) |
| 284 | { |
nothing calls this directly
no test coverage detected