浏览代码

- 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';