Преглед на файлове

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