Removed unused function.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12141 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2012-12-02 22:01:08 +00:00
parent 5c57eaf325
commit 6214c696cc

View File

@ -204,9 +204,6 @@ public:
PowerupManager::PowerupType
getType() const {return m_type;}
// ------------------------------------------------------------------------
/** Returns the sfx that should be played in case of an explosion. */
virtual const char* getExplosionSound() const { return "explosion"; }
// ------------------------------------------------------------------------
/** Sets wether Flyable should update TerrainInfo as part of its update
* call, or if the inheriting object will update TerrainInfo itself
* (or perhaps not at all if it is not needed). */