Sfoglia il codice sorgente

* another cleanup of unnecessary variables

git-svn-id: trunk@3782 -
Tomas Hajny 19 anni fa
parent
commit
0d4beaedaf
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);