mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
Cocoa/CrossRef: remove unnecessary unit references
This commit is contained in:
parent
ca23ffbbdf
commit
25c60331fd
@ -495,10 +495,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
CocoaInt;
|
||||
|
||||
|
||||
{ LCLNSGraphicsContext }
|
||||
|
||||
function LCLNSGraphicsContext.lclCGcontext: CGContextRef;
|
||||
|
@ -30,7 +30,6 @@ interface
|
||||
uses
|
||||
// rtl+ftl
|
||||
Types, Classes, SysUtils,
|
||||
CGGeometry,
|
||||
// Libs
|
||||
MacOSAll, CocoaAll, CocoaUtils, CocoaGDIObjects, CocoaCursor,
|
||||
cocoa_extra,
|
||||
|
@ -233,9 +233,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
CocoaInt;
|
||||
|
||||
{ TCocoaDesignOverlay }
|
||||
|
||||
procedure TCocoaDesignOverlay.drawRect(r: NSRect);
|
||||
|
Loading…
Reference in New Issue
Block a user