[colobot] 223/377: Removed unused CRobotMain members

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:34:19 UTC 2016


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

odyx pushed a commit to branch debian/master
in repository colobot.

commit 04e9e8768d68095c5dfb0e4130f23c44bf4847a2
Author: krzys-h <krzys_h at interia.pl>
Date:   Fri Jan 15 16:55:43 2016 +0100

    Removed unused CRobotMain members
---
 src/level/robotmain.cpp | 1 -
 src/level/robotmain.h   | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/src/level/robotmain.cpp b/src/level/robotmain.cpp
index a482277..09c6c97 100644
--- a/src/level/robotmain.cpp
+++ b/src/level/robotmain.cpp
@@ -170,7 +170,6 @@ CRobotMain::CRobotMain()
     m_missionTimer = 0.0f;
 
     m_phase       = PHASE_PLAYER_SELECT;
-    m_cameraRank  = -1;
     m_visitLast   = EVENT_NULL;
     m_visitObject = nullptr;
     m_visitArrow  = nullptr;
diff --git a/src/level/robotmain.h b/src/level/robotmain.h
index 30adec1..e751088 100644
--- a/src/level/robotmain.h
+++ b/src/level/robotmain.h
@@ -413,7 +413,6 @@ protected:
 
 
 protected:
-    CController*        m_ctrl = nullptr;
     CApplication*       m_app = nullptr;
     CEventQueue*        m_eventQueue = nullptr;
     Gfx::CEngine*       m_engine = nullptr;
@@ -464,8 +463,6 @@ protected:
 
     Phase           m_phase = PHASE_WELCOME1;
     ActivePause*    m_userPause = nullptr;
-    int             m_cameraRank = 0;
-    Gfx::Color      m_color;
     ActivePause*    m_freePhotoPause = nullptr;
     bool            m_cmdEdit = false;
     ActivePause*    m_cmdEditPause = nullptr;

-- 
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