* Remove scrollh again, Lazarus solved it another way

git-svn-id: trunk@38658 -
This commit is contained in:
michael 2018-04-01 08:19:17 +00:00
parent df435ca138
commit 8b19eddd13

View File

@ -100,8 +100,7 @@ type
ssLeft, ssRight, ssMiddle, ssDouble,
// Extra additions
ssMeta, ssSuper, ssHyper, ssAltGr, ssCaps, ssNum,
ssScroll,ssTriple,ssQuad,ssExtra1,ssExtra2,
ssScrollH);
ssScroll,ssTriple,ssQuad,ssExtra1,ssExtra2);
{$packset 1}
TShiftState = set of TShiftStateEnum;