MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / RemoveSplashScreen

Method RemoveSplashScreen

editor/MainFrm.cpp:1279–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279void 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

Callers

nothing calls this directly

Calls 1

DestroyWindowMethod · 0.45

Tested by

no test coverage detected