Browse Source

* Remove scrollh again, Lazarus solved it another way

git-svn-id: trunk@38658 -
michael 7 years ago
parent
commit
8b19eddd13
1 changed files with 1 additions and 2 deletions
  1. 1 2
      rtl/objpas/classes/classesh.inc

+ 1 - 2
rtl/objpas/classes/classesh.inc

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