(devmgmt) whitespace fix only.

svn path=/trunk/; revision=69606
This commit is contained in:
Hermès Bélusca-Maïto 2015-10-18 21:26:25 +00:00
parent b6a7c1b91a
commit 2a8b2a3a1b
3 changed files with 0 additions and 10 deletions

View file

@ -365,8 +365,6 @@ void CDeviceManager::UpdateToolbar()
SendMessageW(m_hToolBar, TB_SETSTATE, IDC_UPDATE_DRV, MAKELPARAM(State, 0)); //hack
SendMessageW(m_hToolBar, TB_SETSTATE, IDC_UNINSTALL_DRV, MAKELPARAM(State, 0)); // hack
// enable driver button
if (Node->GetNodeType() == DeviceNode &&
dynamic_cast<CDeviceNode *>(Node)->IsDisabled())
@ -391,11 +389,6 @@ void CDeviceManager::UpdateToolbar()
State = TBSTATE_HIDDEN;
}
SendMessageW(m_hToolBar, TB_SETSTATE, IDC_DISABLE_DRV, MAKELPARAM(State, 0));
}

View file

@ -56,6 +56,4 @@ CRootNode::SetupNode()
_wcslwr(m_DisplayName);
return true;
}

View file

@ -31,7 +31,6 @@
#include "resource.h"
INT
LengthOfStrResource(IN HINSTANCE hInst,
IN UINT uID)