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:
dmitry 2019-08-21 14:24:32 +00:00
parent bf0028cac1
commit f13e53bf2f

View File

@ -61,8 +61,6 @@ type
NSScreenFix = objccategory external (NSScreen)
function backingScaleFactor: CGFloat ; message 'backingScaleFactor';
end;
TDummyNoWarnObjCNotUsed = objc.BOOL;
TDummyNoWarnObjCBaseNotUsed = objcbase.NSInteger;
{ TCocoaOpenGLView }