Fix constant IDs, remove ZoomWindow

This commit is contained in:
elasota
2020-02-26 12:26:19 -05:00
parent cc17911776
commit f1d7e1f52f
3 changed files with 19 additions and 26 deletions

View File

@@ -131,11 +131,6 @@ bool TrackBox(WindowPtr window, Point point, int part)
return false;
}
void ZoomWindow(WindowPtr window, int part, bool bringToFront)
{
PL_NotYetImplemented();
}
void HiliteWindow(WindowPtr window, bool highlighted)
{
PL_NotYetImplemented();