mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 16:40:54 +02:00
opengl: cocoa: removing Dummy type declarations as they are not in the code. Yet the type declarations changed in trunk FPC version (3.2.0). bug #35974
git-svn-id: trunk@61739 -
This commit is contained in:
parent
bf0028cac1
commit
f13e53bf2f
@ -61,8 +61,6 @@ type
|
|||||||
NSScreenFix = objccategory external (NSScreen)
|
NSScreenFix = objccategory external (NSScreen)
|
||||||
function backingScaleFactor: CGFloat ; message 'backingScaleFactor';
|
function backingScaleFactor: CGFloat ; message 'backingScaleFactor';
|
||||||
end;
|
end;
|
||||||
TDummyNoWarnObjCNotUsed = objc.BOOL;
|
|
||||||
TDummyNoWarnObjCBaseNotUsed = objcbase.NSInteger;
|
|
||||||
|
|
||||||
{ TCocoaOpenGLView }
|
{ TCocoaOpenGLView }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user