mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Remove an unused ostream operator<<
This commit is contained in:
parent
9485a4aa6d
commit
d936291dbf
@ -44,15 +44,6 @@
|
|||||||
#include "material.hpp"
|
#include "material.hpp"
|
||||||
#include "mesh.hpp"
|
#include "mesh.hpp"
|
||||||
|
|
||||||
namespace std
|
|
||||||
{
|
|
||||||
|
|
||||||
// TODO: Do something useful
|
|
||||||
ostream& operator<<(ostream &o, const NifOgre::TextKeyMap&)
|
|
||||||
{ return o; }
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace NifOgre
|
namespace NifOgre
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -98,14 +98,4 @@ typedef Ogre::SharedPtr<NodeTargetValue<Ogre::Real> > NodeTargetValueRealPtr;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace std
|
|
||||||
{
|
|
||||||
|
|
||||||
// These operators allow extra data types to be stored in an Ogre::Any
|
|
||||||
// object, which can then be stored in user object bindings on the nodes
|
|
||||||
|
|
||||||
ostream& operator<<(ostream &o, const NifOgre::TextKeyMap&);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user