Remove unused menu bar window

This commit is contained in:
elasota
2020-04-05 00:35:01 -04:00
parent f4a57dba6e
commit 2f663646f5
6 changed files with 1 additions and 47 deletions

View File

@@ -349,11 +349,6 @@ void HandleUpdateEvent (EventRecord *theEvent)
UpdateCoordWindow();
EndUpdate(coordWindow);
}
else if ((WindowPtr)theEvent->message == menuWindow)
{
UpdateMenuBarWindow(menuWindow->GetDrawSurface());
EndUpdate(menuWindow);
}
}
//-------------------------------------------------------------- HandleOSEvent