Fix undefined result for GetShiftState on linux non-console

git-svn-id: trunk@27135 -
This commit is contained in:
pierre 2014-03-14 16:09:00 +00:00
parent 76e5970993
commit 29cb3a19c2

View File

@ -1598,9 +1598,8 @@ begin
if is_console then
SysGetShiftState:=ShiftState
else
{$else}
SysGetShiftState:=0;
{$endif}
SysGetShiftState:=0;
end;