mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Remove an unused ostream operator<<
This commit is contained in:
parent
9485a4aa6d
commit
d936291dbf
2 changed files with 0 additions and 19 deletions
|
@ -44,15 +44,6 @@
|
|||
#include "material.hpp"
|
||||
#include "mesh.hpp"
|
||||
|
||||
namespace std
|
||||
{
|
||||
|
||||
// TODO: Do something useful
|
||||
ostream& operator<<(ostream &o, const NifOgre::TextKeyMap&)
|
||||
{ return o; }
|
||||
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue