cocoa: removing unused function. related to bug #36049

git-svn-id: trunk@62435 -
This commit is contained in:
dmitry 2019-12-23 17:37:16 +00:00
parent 62146e35bf
commit 251a2f91f6

View File

@ -811,13 +811,6 @@ end;
{ TCocoaWSPopupMenu }
function LCLCoordsToCocoa(AControl: TControl; X, Y: Integer): NSPoint;
begin
Result.x := X;
Result.y := NSScreen.mainScreen.frame.size.height - Y;
if AControl <> nil then Result.y := Result.y - AControl.Height;
end;
{------------------------------------------------------------------------------
Method: TCocoaWSPopupMenu.Popup
Params: APopupMenu - LCL popup menu