mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:10:18 +02:00
amunits: removed the old useamigasmartlink includes from syscallified units, it's no longer necessary
git-svn-id: trunk@28606 -
This commit is contained in:
parent
e178ece821
commit
6c4833ab6b
@ -57,11 +57,6 @@
|
||||
}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
|
||||
unit agraphics;
|
||||
|
||||
INTERFACE
|
||||
|
@ -45,11 +45,6 @@
|
||||
}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
|
||||
unit amigados;
|
||||
|
||||
INTERFACE
|
||||
|
@ -48,11 +48,7 @@
|
||||
|
||||
nils.sjoholm@mailbox.swipnet.se
|
||||
}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
UNIT asl;
|
||||
|
||||
|
@ -34,11 +34,7 @@
|
||||
|
||||
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
||||
}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
unit diskfont;
|
||||
|
||||
|
@ -73,11 +73,6 @@
|
||||
}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
|
||||
UNIT EXEC;
|
||||
|
||||
|
||||
|
@ -47,11 +47,6 @@
|
||||
}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
|
||||
unit intuition;
|
||||
|
||||
INTERFACE
|
||||
|
@ -33,10 +33,6 @@
|
||||
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
||||
}
|
||||
{$PACKRECORDS 2}
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
|
||||
unit keymap;
|
||||
|
||||
|
@ -25,11 +25,7 @@
|
||||
nils.sjoholm@mailbox.swipnet.se
|
||||
|
||||
}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
unit timer;
|
||||
|
||||
|
@ -31,11 +31,7 @@
|
||||
|
||||
nils.sjoholm@mailbox.swipnet.se
|
||||
}
|
||||
|
||||
{$I useamigasmartlink.inc}
|
||||
{$ifdef use_amiga_smartlink}
|
||||
{$smartlink on}
|
||||
{$endif use_amiga_smartlink}
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
unit utility;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user