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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user