accidentally referenced old function name

This commit is contained in:
freedom7341
2023-10-04 12:37:23 -06:00
parent 51e907a7d0
commit e6b36b3b94
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ BOOL InitializeGroups(VOID)
if (!RegisterClassEx(&wce))
return FALSE;
// CreateGroupWindow(NULL);
// CreateGroup(NULL);
return TRUE;
}