mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[DEVMGR] Remove no longer needed hack CORE-5643
This reverts commit f9739601b3.
This commit is contained in:
@@ -1203,11 +1203,6 @@ CDeviceView::RefreshDeviceList()
|
||||
|
||||
// create a new device node and add it to the list
|
||||
DeviceNode = new CDeviceNode(DeviceInfoData.DevInst, &m_ImageListData);
|
||||
/* FIXME: Start of Hack for CORE-5643 */
|
||||
if (!DeviceNode->IsInstalled())
|
||||
continue;
|
||||
/* FIXME: End of Hack for CORE-5643 */
|
||||
|
||||
if (DeviceNode->SetupNode())
|
||||
{
|
||||
m_DeviceNodeList.AddTail(DeviceNode);
|
||||
|
||||
Reference in New Issue
Block a user