Skip to content

Commit 9d51bc3

Browse files
author
nitrocaster
committed
Delete obsolete initializers.
1 parent 6ff0720 commit 9d51bc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/xrEngine/device.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,6 @@ class ENGINE_API CRenderDevice : public CRenderDeviceBase
187187
m_editor(0),
188188
m_engine(0)
189189
#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
195190
{
196191
m_hWnd = NULL;
197192
b_is_Active = FALSE;

0 commit comments

Comments
 (0)