Removed unnecessary variable (which was actually declared and used in

WorldStatus).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5733 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-08-10 00:25:38 +00:00
parent dc0d97ed1c
commit ab92817eb6

View File

@ -98,8 +98,6 @@ protected:
Physics* m_physics;
float m_fastest_lap;
Kart* m_fastest_kart;
/** Used during the race popup menu. */
Phase m_previous_phase;
/** Number of eliminated karts. */
int m_eliminated_karts;
/** Number of eliminated players. */