diff --git a/components/sceneutil/detourdebugdraw.cpp b/components/sceneutil/detourdebugdraw.cpp index b9c2fecef..7ef329fc1 100644 --- a/components/sceneutil/detourdebugdraw.cpp +++ b/components/sceneutil/detourdebugdraw.cpp @@ -7,9 +7,6 @@ #include #include -#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