Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / dll / win32 / devmgr / devmgmt / RootNode.h
diff --git a/reactos/dll/win32/devmgr/devmgmt/RootNode.h b/reactos/dll/win32/devmgr/devmgmt/RootNode.h
deleted file mode 100644 (file)
index 4c58fc5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma once
-#include "Node.h"
-
-class CRootNode : public CNode
-{
-private:
-    DEVINST m_DevInst;
-
-public:
-    CRootNode(_In_ PSP_CLASSIMAGELIST_DATA ImageListData);
-    ~CRootNode();
-
-    virtual bool SetupNode();
-
-    DEVINST GetDeviceInst() { return m_DevInst; }
-};
-