mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Clean out unused API
This commit is contained in:
@@ -92,7 +92,6 @@ void HandleMouseEvent (const GpMouseInputEvent &theEvent, uint32_t tick)
|
||||
GetWindowLeftTop(whichWindow, &isLinkH, &isLinkV);
|
||||
else if (whichWindow == coordWindow)
|
||||
GetWindowLeftTop(whichWindow, &isCoordH, &isCoordV);
|
||||
HiliteAllWindows();
|
||||
break;
|
||||
|
||||
case RegionIDs::kClose:
|
||||
@@ -507,28 +506,6 @@ void HandleEvent (void)
|
||||
}
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- HiliteAllWindows
|
||||
|
||||
// Ugly kludge in order to keep "floating windows" (palettes) on top of<6F>
|
||||
// the main window.
|
||||
|
||||
void HiliteAllWindows (void)
|
||||
{
|
||||
PL_NotYetImplemented_TODO("DeleteMe");
|
||||
#if 0
|
||||
if (mainWindow != nil)
|
||||
HiliteWindow(mainWindow, true);
|
||||
if (mapWindow != nil)
|
||||
HiliteWindow(mapWindow, true);
|
||||
if (toolsWindow != nil)
|
||||
HiliteWindow(toolsWindow, true);
|
||||
if (coordWindow != nil)
|
||||
HiliteWindow(coordWindow, true);
|
||||
if (linkWindow != nil)
|
||||
HiliteWindow(linkWindow, true);
|
||||
#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------- IgnoreThisClick
|
||||
|
||||
// Another inelegant kludge designed to temporarily prevent an unwanted<65>
|
||||
|
||||
Reference in New Issue
Block a user