Patch by mathnerd314 <man.is.allan@gmail.com> resolves issue 0000302: Mr. Ice Block...
[supertux.git] / src / object / coin.hpp
index c595865..16d04c9 100644 (file)
@@ -28,7 +28,6 @@ class Coin : public MovingSprite
 public:
   Coin(const Vector& pos);
   Coin(const lisp::Lisp& reader);
-  virtual Coin* clone() const { return new Coin(*this); }
 
   HitResponse collision(GameObject& other, const CollisionHit& hit);
 
@@ -36,4 +35,3 @@ public:
 };
 
 #endif
-