mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:22:41 +02:00
Merged revision(s) 59037 #d313b710e5 from trunk:
cocoa-opengl: removing lclIsHandle method override, as no longer used by cocoa ws ........ git-svn-id: branches/fixes_2_0@60794 -
This commit is contained in:
parent
e619670a04
commit
be1accd93f
@ -78,7 +78,6 @@ type
|
||||
procedure dealloc; override;
|
||||
function lclGetCallback: ICommonCallback; override;
|
||||
procedure lclClearCallback; override;
|
||||
function lclIsHandle: Boolean; override;
|
||||
function lclIsEnabled: Boolean; override;
|
||||
// mouse
|
||||
procedure mouseDown(event: NSEvent); override;
|
||||
@ -424,11 +423,6 @@ begin
|
||||
callback := nil;
|
||||
end;
|
||||
|
||||
function TCocoaOpenGLView.lclIsHandle: Boolean;
|
||||
begin
|
||||
Result:=true;
|
||||
end;
|
||||
|
||||
function TCocoaOpenGLView.lclIsEnabled: Boolean;
|
||||
begin
|
||||
Result := Owner.Enabled;
|
||||
|
Loading…
Reference in New Issue
Block a user