forked from organicmaps/organicmaps
Remove obsolete function.
This commit is contained in:
parent
d3941123d0
commit
3c5faf58ed
2 changed files with 5 additions and 5 deletions
|
@ -167,10 +167,10 @@ bool Framework::IsEmptyModel() const
|
|||
*/
|
||||
|
||||
// Cleanup.
|
||||
void Framework::Clean()
|
||||
{
|
||||
m_model.Clean();
|
||||
}
|
||||
//void Framework::Clean()
|
||||
//{
|
||||
// m_model.Clean();
|
||||
//}
|
||||
|
||||
void Framework::PrepareToShutdown()
|
||||
{
|
||||
|
|
|
@ -128,7 +128,7 @@ public:
|
|||
InformationDisplay & GetInformationDisplay();
|
||||
|
||||
// Cleanup.
|
||||
void Clean();
|
||||
//void Clean();
|
||||
|
||||
void PrepareToShutdown();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue