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:
auria 2013-12-28 02:10:12 +00:00
parent 4c2c76088a
commit ad3ea6c5e0
2 changed files with 0 additions and 8 deletions

View File

@ -615,12 +615,6 @@ TrackObjectPresentationLight::TrackObjectPresentationLight(const XMLNode& xml_no
TrackObjectPresentationLight::~TrackObjectPresentationLight()
{
// TODO
}
void TrackObjectPresentationLight::update(float dt)
{
// TODO
}
// ----------------------------------------------------------------------------

View File

@ -277,8 +277,6 @@ private:
public:
TrackObjectPresentationLight(const XMLNode& xml_node);
virtual ~TrackObjectPresentationLight();
virtual void update(float dt) OVERRIDE;
};