Remove uneeded code
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14823 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
4c2c76088a
commit
ad3ea6c5e0
@ -615,12 +615,6 @@ TrackObjectPresentationLight::TrackObjectPresentationLight(const XMLNode& xml_no
|
||||
|
||||
TrackObjectPresentationLight::~TrackObjectPresentationLight()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void TrackObjectPresentationLight::update(float dt)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -277,8 +277,6 @@ private:
|
||||
public:
|
||||
TrackObjectPresentationLight(const XMLNode& xml_node);
|
||||
virtual ~TrackObjectPresentationLight();
|
||||
|
||||
virtual void update(float dt) OVERRIDE;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user