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:
hikerstk
2010-02-07 03:57:35 +00:00
parent 4f39bd84db
commit 4aa664e124

View File

@@ -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;