diff --git a/src/robots/empty_robot.cpp b/src/robots/empty_robot.cpp index d4678f4f8..02d9cea86 100755 --- a/src/robots/empty_robot.cpp +++ b/src/robots/empty_robot.cpp @@ -10,6 +10,8 @@ * You should also delete these intructions. Oh, and if you use this template * as a robot, it does nothing. */ + +#if 0 // SuperTuxKart - a fun racing game with go-kart // Copyright (C) 2004-2005 Steve Baker @@ -65,3 +67,5 @@ void EmptyRobot::reset() /*General kart stuff*/ AutoKart::reset(); } + +#endif \ No newline at end of file diff --git a/src/traffic.cpp b/src/traffic.cpp index f64b81733..16f3bab74 100644 --- a/src/traffic.cpp +++ b/src/traffic.cpp @@ -17,6 +17,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#if 0 + #include "kart.hpp" #include "constants.hpp" #include "modes/world.hpp" @@ -54,3 +56,4 @@ void TrafficDriver::doLapCounting () {} //----------------------------------------------------------------------------- void TrafficDriver::doZipperProcessing () {} +#endif \ No newline at end of file