mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-22 14:39:40 +00:00
Remove an unused struct
This commit is contained in:
parent
7b71b4eb31
commit
e1d3933145
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
typedef std::map<std::string,NIFSkeletonLoader> LoaderMap;
|
||||||
static LoaderMap sLoaders;
|
static LoaderMap sLoaders;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue