Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / mrbomb.hpp
index 4ad45f3..d3b1311 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "badguy/walking_badguy.hpp"
 
-class MrBomb : public WalkingBadguy, 
+class MrBomb : public WalkingBadguy,
                public Portable
 {
 public:
@@ -36,7 +36,6 @@ public:
   void ungrab(MovingObject& object, Direction dir);
   bool is_portable() const;
 
-  void freeze();
   bool is_freezable() const;
 
 protected: