- Revert 47615. Please fix actual sysreg instead of adding inconsistency between...
[reactos.git] / rosapps / templates / dialog / page1.c
index fdc2217..0826f3b 100644 (file)
@@ -42,12 +42,6 @@ HBITMAP hbmpOld;
 
 ////////////////////////////////////////////////////////////////////////////////
 
-static void AddItem(HWND hListBox, LPCTSTR lpstr, HBITMAP hbmp)
-{
-    int nItem = SendMessage(hListBox, LB_ADDSTRING, 0, (LPARAM)lpstr);
-    SendMessage(hListBox, LB_SETITEMDATA, nItem, (LPARAM)hbmp);
-}
-
 static TCHAR* items[] = {
     _T("services"),
     _T("event log"),