* made sources nicer

This commit is contained in:
florian 2004-10-03 16:27:31 +00:00
parent 30903c5061
commit 9750315ed1

View File

@ -5,11 +5,6 @@ Interface
uses
video;
{ $ifndef cpu86}
{ $error This example only works on intel 80x86 machines}
{ $endif}
Procedure TextOut(X,Y : Word;Const S : String);
Implementation