Removed unused CRobotMain::BuildScenePath

master
krzys-h 2015-03-22 14:12:41 +01:00
parent f9bdd32812
commit 33fcdbbef5
2 changed files with 0 additions and 6 deletions

View File

@ -5850,11 +5850,6 @@ int CRobotMain::GetSceneRank()
return m_dialog->GetSceneRank(); return m_dialog->GetSceneRank();
} }
void CRobotMain::BuildScenePath(std::string &filename, char *base, int rank, bool sceneFile)
{
m_dialog->BuildScenePath(filename, base, rank, sceneFile);
}
//! Changes on the pause mode //! Changes on the pause mode
void CRobotMain::ChangePause(PauseType pause) void CRobotMain::ChangePause(PauseType pause)

View File

@ -293,7 +293,6 @@ public:
float GetPersoAngle(); float GetPersoAngle();
char* GetSceneName(); char* GetSceneName();
int GetSceneRank(); int GetSceneRank();
void BuildScenePath(std::string &filename, char *base, int rank, bool sceneFile = true);
void StartMusic(); void StartMusic();
void StartPauseMusic(PauseType pause); void StartPauseMusic(PauseType pause);