[colobot] 286/390: Removed unused CRobotMain::BuildScenePath

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 33fcdbbef50dbb0eacd2fd19298f34af043ffee1
Author: krzys-h <krzys_h at interia.pl>
Date:   Sun Mar 22 14:12:41 2015 +0100

    Removed unused CRobotMain::BuildScenePath
---
 src/object/robotmain.cpp | 5 -----
 src/object/robotmain.h   | 1 -
 2 files changed, 6 deletions(-)

diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 2ff278c..d5927d0 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -5850,11 +5850,6 @@ int CRobotMain::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
 void CRobotMain::ChangePause(PauseType pause)
diff --git a/src/object/robotmain.h b/src/object/robotmain.h
index e1be529..b8cc3f7 100644
--- a/src/object/robotmain.h
+++ b/src/object/robotmain.h
@@ -293,7 +293,6 @@ public:
     float       GetPersoAngle();
     char*       GetSceneName();
     int         GetSceneRank();
-    void        BuildScenePath(std::string &filename, char *base, int rank, bool sceneFile = true);
 
     void        StartMusic();
     void        StartPauseMusic(PauseType pause);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list