We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff0720 commit 9d51bc3Copy full SHA for 9d51bc3
src/xrEngine/device.h
@@ -187,11 +187,6 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase
187
m_editor(0),
188
m_engine(0)
189
#endif // #ifdef INGAME_EDITOR
190
-#ifdef PROFILE_CRITICAL_SECTIONS
191
- ,
192
- mt_csEnter(MUTEX_PROFILE_ID(CRenderDevice::mt_csEnter)),
193
- mt_csLeave(MUTEX_PROFILE_ID(CRenderDevice::mt_csLeave))
194
-#endif // #ifdef PROFILE_CRITICAL_SECTIONS
195
{
196
m_hWnd = NULL;
197
b_is_Active = FALSE;
0 commit comments