Replaced Ref and RefCounter with std::shared_ptr<>
[supertux.git] / src / supertux / game_object.cpp
index aef45f9..3e34a53 100644 (file)
@@ -25,7 +25,6 @@ GameObject::GameObject() :
 }
 
 GameObject::GameObject(const GameObject& rhs) :
-  RefCounter(),
   wants_to_die(rhs.wants_to_die),
   remove_listeners(NULL),
   name(rhs.name)