diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h index ceb29b92df3..5a56c8ef6ea 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -42,10 +42,6 @@ #pragma warning (disable:4786) // suppress stl-MSVC debug info warning #define GHOST_DEBUG #endif // _DEBUG -#else // WIN32 - #ifndef NDEBUG - #define GHOST_DEBUG - #endif // DEBUG #endif // WIN32 #ifdef GHOST_DEBUG