Removed compiler warning (NoCopy already in base class), caused by recently

adding NoCopy to the TrackObject base class.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8764 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-05-29 23:15:17 +00:00
parent 99cc1eaa6e
commit cab7d5f6f1

View File

@@ -30,7 +30,6 @@
using namespace irr;
#include "tracks/track_object.hpp"
#include "utils/no_copy.hpp"
class XMLNode;
class Ipo;
@@ -39,7 +38,7 @@ class Ipo;
* \brief A base class for all animations.
* \ingroup animations
*/
class AnimationBase : public TrackObject, public NoCopy
class AnimationBase : public TrackObject
{
private:
/** Two types of animations: cyclic ones that play all the time, and