remove unused function

This commit is contained in:
freedom7341
2023-09-27 11:54:08 -06:00
parent 24a17d0287
commit 2ff4ee0c9c

View File

@@ -239,14 +239,3 @@ VOID UpdateWindowTitle(VOID)
return;
}
/* * * *\
ChildWndProc -
Program Manager's window procedure.
RETURNS -
Zero if nothing, otherwise returns the good stuff.
\* * * */
LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
return FALSE;
}