[ACPPAGE] Remove unneeded initialization. Should make the x64 bot a tiny bit happier. Spotted by Mark Jansen.

svn path=/trunk/; revision=73010
This commit is contained in:
Amine Khaldi 2016-10-21 09:48:00 +00:00
parent 8a6585ff73
commit 3315eae709

View file

@ -51,8 +51,7 @@ void ACDBG_FN(PCSTR FunctionName, PCWSTR Format, ...)
CLayerUIPropPage::CLayerUIPropPage()
:m_Filename(NULL)
, m_IsSfcProtected(FALSE)
: m_IsSfcProtected(FALSE)
, m_AllowPermLayer(FALSE)
, m_LayerQueryFlags(GPLK_USER)
, m_RegistryOSMode(0)