Skip to content

Commit

Permalink
Delete obsolete initializers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 4, 2015
1 parent 6ff0720 commit 9d51bc3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/xrEngine/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9d51bc3

Please sign in to comment.