mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-13 16:18:52 +00:00
Remove an unused struct
This commit is contained in:
parent
7b71b4eb31
commit
e1d3933145
@ -355,15 +355,6 @@ void buildBones(Ogre::Skeleton *skel, const Nif::Node *node, Ogre::Bone *&nonacc
|
||||
}
|
||||
|
||||
|
||||
/* Comparitor to help sort Key<> vectors */
|
||||
template<class T>
|
||||
struct KeyTimeSort
|
||||
{
|
||||
bool operator()(const Nif::KeyT<T> &lhs, const Nif::KeyT<T> &rhs) const
|
||||
{ return lhs.mTime < rhs.mTime; }
|
||||
};
|
||||
|
||||
|
||||
typedef std::map<std::string,NIFSkeletonLoader> LoaderMap;
|
||||
static LoaderMap sLoaders;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user