Code cleanup

This commit is contained in:
pagefault
2001-06-04 04:25:56 +00:00
parent 673d04beb3
commit 37d560b71c

View File

@@ -1528,12 +1528,6 @@ void initwinvideo(void)
GetClientRect(hMainWindow, &rcWindow);
ClientToScreen(hMainWindow, ( LPPOINT )&rcWindow);
ClientToScreen(hMainWindow, ( LPPOINT )&rcWindow + 1);
// return;
// sprintf(WinMessage,"FirstVid!=1 end\n\0");
// MessageBox (NULL, WinMessage, "Init", MB_ICONERROR );
// MoveScreen(wndpl.rcNormalPosition.left, wndpl.rcNormalPosition.top);
}
else
{
@@ -1551,7 +1545,6 @@ void initwinvideo(void)
freq = CLOCKS_PER_SEC;
}
// hInst=GetModuleHandle(0);
if (!RegisterWinClass())
{
exit(1);