fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / badguy / dispenser.hpp
index 2ba8ba2..c01e19e 100644 (file)
@@ -40,10 +40,6 @@ protected:
   float cycle;
   std::string badguy;
   Timer dispense_timer;
-  bool set_direction;
-  Direction initial_direction;  
-  std::string direction;
 };
 
 #endif
-