1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:53:51 +00:00

Remove unused macro

This commit is contained in:
elsid 2020-04-20 18:36:51 +02:00
parent ee60d4bcea
commit c59c8ae1f4
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -7,9 +7,6 @@
#include <osg/Group> #include <osg/Group>
#include <osg/LineWidth> #include <osg/LineWidth>
#define OPENMW_TO_STRING(X) #X
#define OPENMW_LINE_STRING OPENMW_TO_STRING(__LINE__)
namespace namespace
{ {
using DetourNavigator::operator<<; using DetourNavigator::operator<<;
@ -121,6 +118,3 @@ namespace SceneUtil
mColors->push_back(value); mColors->push_back(value);
} }
} }
#undef OPENMW_TO_STRING
#undef OPENMW_LINE_STRING