From 3315eae709808893d56392af8ded38b120057602 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 21 Oct 2016 09:48:00 +0000 Subject: [PATCH] [ACPPAGE] Remove unneeded initialization. Should make the x64 bot a tiny bit happier. Spotted by Mark Jansen. svn path=/trunk/; revision=73010 --- reactos/dll/shellext/acppage/CLayerUIPropPage.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp b/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp index a465101abbf..d66d48c27b2 100644 --- a/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp +++ b/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp @@ -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) -- 2.17.1