From 9750315ed1ef336983914f58bca10b7d333075f4 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 3 Oct 2004 16:27:31 +0000 Subject: [PATCH] * made sources nicer --- docs/videoex/vidutil.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/videoex/vidutil.pp b/docs/videoex/vidutil.pp index 44bd753aff..4c1e8f8ee4 100644 --- a/docs/videoex/vidutil.pp +++ b/docs/videoex/vidutil.pp @@ -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