mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
#if out an unused static funtion. Don't know if it's still useful. Ged?
svn path=/branches/ros-amd64-bringup/; revision=41046
This commit is contained in:
@@ -50,6 +50,7 @@ AddItemToTreeView(HWND hTreeView,
|
||||
return TreeView_InsertItem(hTreeView, &tvins);
|
||||
}
|
||||
|
||||
#if 0 // FIXME: What is this good for?
|
||||
static VOID
|
||||
AddServiceDependency(PSERVICEPROPSHEET dlgInfo,
|
||||
HWND hTreeView,
|
||||
@@ -123,6 +124,7 @@ AddServiceDependency(PSERVICEPROPSHEET dlgInfo,
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
static VOID
|
||||
AddServiceDependent(HWND hTreeView,
|
||||
|
||||
Reference in New Issue
Block a user