Browse Source

amunits: removed the old useamigasmartlink includes from syscallified units, it's no longer necessary

git-svn-id: trunk@28606 -
Károly Balogh 11 years ago
parent
commit
6c4833ab6b

+ 0 - 5
packages/amunits/src/coreunits/agraphics.pas

@@ -57,11 +57,6 @@
 }
 {$PACKRECORDS 2}
 
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
-
 unit agraphics;
 
 INTERFACE

+ 0 - 5
packages/amunits/src/coreunits/amigados.pas

@@ -45,11 +45,6 @@
 }
 {$PACKRECORDS 2}
 
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
-
 unit amigados;
 
 INTERFACE

+ 1 - 5
packages/amunits/src/coreunits/asl.pas

@@ -48,11 +48,7 @@
 
     [email protected]
 }
-
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
+{$PACKRECORDS 2}
 
 UNIT asl;
 

+ 1 - 5
packages/amunits/src/coreunits/diskfont.pas

@@ -34,11 +34,7 @@
 
     [email protected] Nils Sjoholm
 }
-
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-   {$smartlink on}
-{$endif use_amiga_smartlink}
+{$PACKRECORDS 2}
 
 unit diskfont;
 

+ 0 - 5
packages/amunits/src/coreunits/exec.pas

@@ -73,11 +73,6 @@
 }
 {$PACKRECORDS 2}
 
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
-
 UNIT EXEC;
 
 

+ 0 - 5
packages/amunits/src/coreunits/intuition.pas

@@ -47,11 +47,6 @@
 }
 {$PACKRECORDS 2}
 
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
-
 unit intuition;
 
 INTERFACE

+ 0 - 4
packages/amunits/src/coreunits/keymap.pas

@@ -33,10 +33,6 @@
     [email protected] Nils Sjoholm
 }
 {$PACKRECORDS 2}
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-   {$smartlink on}
-{$endif use_amiga_smartlink}
 
 unit keymap;
 

+ 1 - 5
packages/amunits/src/coreunits/timer.pas

@@ -25,11 +25,7 @@
     [email protected]
 
 }
-
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
+{$PACKRECORDS 2}
 
 unit timer;
 

+ 1 - 5
packages/amunits/src/coreunits/utility.pas

@@ -31,11 +31,7 @@
 
     [email protected]
 }
-
-{$I useamigasmartlink.inc}
-{$ifdef use_amiga_smartlink}
-    {$smartlink on}
-{$endif use_amiga_smartlink}
+{$PACKRECORDS 2}
 
 unit utility;