Browse Source

* another cleanup of unnecessary variables

git-svn-id: trunk@3782 -
Tomas Hajny 19 years ago
parent
commit
0d4beaedaf
1 changed files with 0 additions and 1 deletions
  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);