Browse Source

* removed unused var

peter 25 years ago
parent
commit
e44bea3d9d
1 changed files with 4 additions and 3 deletions
  1. 4 3
      api/linux/video.inc

+ 4 - 3
api/linux/video.inc

@@ -11,7 +11,6 @@ var
   TtyFd: Longint;
   TtyFd: Longint;
   Console: Boolean;
   Console: Boolean;
   OldVideoBuf: PVideoBuf;
   OldVideoBuf: PVideoBuf;
-  CurColor: Byte;
 
 
 {$ASMMODE ATT}
 {$ASMMODE ATT}
 
 
@@ -323,7 +322,6 @@ begin
       WS.ws_Col:=80;
       WS.ws_Col:=80;
      if WS.ws_Row=0 then
      if WS.ws_Row=0 then
       WS.ws_Row:=25;
       WS.ws_Row:=25;
-     CurColor:=$07;
      CursorX:=1;
      CursorX:=1;
      CursorY:=1;
      CursorY:=1;
      ScreenColor:=True;
      ScreenColor:=True;
@@ -480,7 +478,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2000-01-06 01:20:31  peter
+  Revision 1.2  2000-03-12 15:02:10  peter
+    * removed unused var
+
+  Revision 1.1  2000/01/06 01:20:31  peter
     * moved out of packages/ back to topdir
     * moved out of packages/ back to topdir
 
 
   Revision 1.1  1999/11/24 23:36:38  peter
   Revision 1.1  1999/11/24 23:36:38  peter