Explorar el Código

* Removed user defined warning "TextMode not implemented yet!!", since TextMode will not be implemented for Windows anyway...

git-svn-id: trunk@9544 -
yury hace 18 años
padre
commit
ff78a443db
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      rtl/win/crt.pp

+ 0 - 1
rtl/win/crt.pp

@@ -110,7 +110,6 @@ end;
 
 procedure TextMode (Mode: word);
 begin
-  {$WARNING TextMode not implemented yet!!}
 end;
 
 Procedure TextColor(Color: Byte);