소스 검색

* made sources nicer

florian 21 년 전
부모
커밋
9750315ed1
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      docs/videoex/vidutil.pp

+ 0 - 5
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