1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-24 13:43:43 +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/LineWidth>
#define OPENMW_TO_STRING(X) #X
#define OPENMW_LINE_STRING OPENMW_TO_STRING(__LINE__)
namespace
{
using DetourNavigator::operator<<;
@ -121,6 +118,3 @@ namespace SceneUtil
mColors->push_back(value);
}
}
#undef OPENMW_TO_STRING
#undef OPENMW_LINE_STRING