| 1277 | } |
| 1278 | |
| 1279 | void CMainFrame::RemoveSplashScreen() { |
| 1280 | if (!m_D3Splash) |
| 1281 | return; |
| 1282 | m_D3Splash->ShowWindow(SW_HIDE); |
| 1283 | m_D3Splash->DestroyWindow(); |
| 1284 | m_D3Splash = NULL; |
| 1285 | } |
| 1286 | |
| 1287 | ///////////////////////////////////////////////////////////////////////////// |
| 1288 | // CMainFrame message handlers |
nothing calls this directly
no test coverage detected