run cleanups after deleting a screen via pop

don't expose DeletePreparedScreens (unneeded; simplify the interface)
This commit is contained in:
Glenn Maynard
2005-07-23 03:09:55 +00:00
parent a16bb811e6
commit 44dfb60616
2 changed files with 36 additions and 25 deletions
-1
View File
@@ -36,7 +36,6 @@ public:
void PersistantScreen( const CString &sScreenName );
bool ConcurrentlyPrepareScreen( const CString &sScreenName, ScreenMessage send_when_done = SM_None );
bool IsConcurrentlyLoading() const;
void DeletePreparedScreens();
void PushScreen( Screen *pNewScreen, bool bDeleteWhenDone=false, ScreenMessage SendOnPop=SM_None );
void PopTopScreen( ScreenMessage SM );
Screen* MakeNewScreen( const CString &sName );