Parcourir la source

* another cleanup of unnecessary variables

git-svn-id: trunk@3782 -
Tomas Hajny il y a 19 ans
Parent
commit
0d4beaedaf
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);