Removed unused function.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4655 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -72,9 +72,6 @@ public:
|
||||
void setSwitchItems(const std::vector<int> &switch_items);
|
||||
scene::IMesh* getItemModel (Item::ItemType type)
|
||||
{return m_item_mesh[type];}
|
||||
scene::IMesh* getOtherModel (const std::string modelName)
|
||||
{assert(m_all_meshes.count(modelName) == 1);
|
||||
return m_all_meshes[modelName];}
|
||||
};
|
||||
|
||||
extern ItemManager* item_manager;
|
||||
|
||||
Reference in New Issue
Block a user