mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
[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:
parent
8a6585ff73
commit
3315eae709
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ void ACDBG_FN(PCSTR FunctionName, PCWSTR Format, ...)
|
||||||
|
|
||||||
|
|
||||||
CLayerUIPropPage::CLayerUIPropPage()
|
CLayerUIPropPage::CLayerUIPropPage()
|
||||||
:m_Filename(NULL)
|
: m_IsSfcProtected(FALSE)
|
||||||
, m_IsSfcProtected(FALSE)
|
|
||||||
, m_AllowPermLayer(FALSE)
|
, m_AllowPermLayer(FALSE)
|
||||||
, m_LayerQueryFlags(GPLK_USER)
|
, m_LayerQueryFlags(GPLK_USER)
|
||||||
, m_RegistryOSMode(0)
|
, m_RegistryOSMode(0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue