mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 15:40:42 +02:00
Cocoa: clean up
This commit is contained in:
parent
d37771b097
commit
cc62f92f87
@ -127,7 +127,6 @@ type
|
||||
FTerminating: Boolean;
|
||||
FNSApp: TCocoaApplication;
|
||||
FNSApp_Delegate: TAppDelegate;
|
||||
FCurrentCursor: HCursor;
|
||||
FCaptureControl: HWND;
|
||||
|
||||
protected
|
||||
|
@ -134,7 +134,6 @@ begin
|
||||
CocoaWidgetSet := Self;
|
||||
inherited Create;
|
||||
FTerminating := False;
|
||||
FCurrentCursor:= 0;
|
||||
FCaptureControl:= 0;
|
||||
|
||||
NSMessageWnd := NSStringUTF8('HWND');
|
||||
|
Loading…
Reference in New Issue
Block a user