OSDN Git Service

Remove unused stuff.
authorJames Teh <jamie@jantrid.net>
Wed, 10 Nov 2010 17:02:57 +0000 (03:02 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 10 Nov 2010 17:02:57 +0000 (03:02 +1000)
source/globalVars.py

index c03933b..ee765d3 100644 (file)
 @type navigatorObject: L{NVDAObjects.NVDAObject}\r
 @var navigatorTracksFocus: if true, the navigator object will follow the focus as it changes\r
 @type navigatorTracksFocus: boolean\r
-@var keyboardHelp: if true, when pressing a key, the name of the script (if any) bound to that key will be reported, rather than the actual script being executed.\r
-@type keyboardHelp: boolean\r
 @var keyCounter: gets incrimented each time a key is pressed.\r
 @type keycounter: boolean\r
-@var lastProgresssValue: Stores the last value from a progress bar\r
-@type lastProgressValue: int\r
 """\r
  \r
 startTime=0\r
@@ -38,7 +34,6 @@ mouseOldY=None
 navigatorObject=None\r
 reviewPosition=None\r
 reviewPositionObj=None\r
-keyboardHelp=False\r
 keyCounter=0\r
 lastProgressValue=0\r
 reportDynamicContentChanges=True\r