diff --git a/src/xrEngine/device.h b/src/xrEngine/device.h index 29febb3eeb3..02fde86445e 100644 --- a/src/xrEngine/device.h +++ b/src/xrEngine/device.h @@ -187,11 +187,6 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase m_editor(0), m_engine(0) #endif // #ifdef INGAME_EDITOR -#ifdef PROFILE_CRITICAL_SECTIONS - , - mt_csEnter(MUTEX_PROFILE_ID(CRenderDevice::mt_csEnter)), - mt_csLeave(MUTEX_PROFILE_ID(CRenderDevice::mt_csLeave)) -#endif // #ifdef PROFILE_CRITICAL_SECTIONS { m_hWnd = NULL; b_is_Active = FALSE;