Explorar el Código

* another cleanup of unnecessary variables

git-svn-id: trunk@3782 -
Tomas Hajny hace 19 años
padre
commit
0d4beaedaf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      rtl/os2/keyboard.pp

+ 0 - 1
rtl/os2/keyboard.pp

@@ -102,7 +102,6 @@ function SysGetShiftState: Byte;
 
 var
  K: TKbdInfo;
- L: cardinal;
 begin
  KbdGetFocus (IO_NoWait, Handle);
  K.cb := SizeOf (K);