mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 16:15:31 +00:00
Remove unused macro
This commit is contained in:
parent
ee60d4bcea
commit
c59c8ae1f4
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue