Remove obsolete function.

This commit is contained in:
vng 2011-12-21 12:44:33 +03:00 committed by Alex Zolotarev
parent d3941123d0
commit 3c5faf58ed
2 changed files with 5 additions and 5 deletions

View file

@ -167,10 +167,10 @@ bool Framework::IsEmptyModel() const
*/
// Cleanup.
void Framework::Clean()
{
m_model.Clean();
}
//void Framework::Clean()
//{
// m_model.Clean();
//}
void Framework::PrepareToShutdown()
{

View file

@ -128,7 +128,7 @@ public:
InformationDisplay & GetInformationDisplay();
// Cleanup.
void Clean();
//void Clean();
void PrepareToShutdown();