/ PLATFORM METHODS */ /
| 188 | /* PLATFORM METHODS */ |
| 189 | /******************************************************************************/ |
| 190 | void |
| 191 | ThrustWindow::PlatformCleanUp() |
| 192 | { |
| 193 | window_->RemoveObserver(this); |
| 194 | } |
| 195 | |
| 196 | void |
| 197 | ThrustWindow::PlatformCreateWindow( |
nothing calls this directly
no test coverage detected