mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-20 17:14:21 +02:00
- removed unnecessary usage of MacOSAll and CocoaAll
git-svn-id: trunk@15481 -
This commit is contained in:
parent
b7796b4340
commit
9dfa4c55ce
@ -9,7 +9,7 @@
|
||||
|
||||
Program Foo;
|
||||
uses
|
||||
ctypes, MacOSAll, CocoaAll;
|
||||
ctypes;
|
||||
|
||||
Type MyObjc= objcclass(NSObject)
|
||||
Procedure nested; message 'nested';
|
||||
|
Loading…
Reference in New Issue
Block a user