ソースを参照

- removed unnecessary usage of MacOSAll and CocoaAll

git-svn-id: trunk@15481 -
Jonas Maebe 15 年 前
コミット
9dfa4c55ce
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/test/tobjc31.pp

+ 1 - 1
tests/test/tobjc31.pp

@@ -9,7 +9,7 @@
 
 Program Foo;
 uses
-        ctypes, MacOSAll, CocoaAll;
+        ctypes;
 
 Type MyObjc= objcclass(NSObject)
 Procedure nested; message 'nested';