Cocoa: clean up

This commit is contained in:
rich2014 2023-07-25 20:03:51 +08:00
parent d37771b097
commit cc62f92f87
2 changed files with 0 additions and 2 deletions

View File

@ -127,7 +127,6 @@ type
FTerminating: Boolean;
FNSApp: TCocoaApplication;
FNSApp_Delegate: TAppDelegate;
FCurrentCursor: HCursor;
FCaptureControl: HWND;
protected

View File

@ -134,7 +134,6 @@ begin
CocoaWidgetSet := Self;
inherited Create;
FTerminating := False;
FCurrentCursor:= 0;
FCaptureControl:= 0;
NSMessageWnd := NSStringUTF8('HWND');