Skip to content

Commit b6a9d84

Browse files
committed
remove unused var 'mathcontent'
1 parent 6c57edc commit b6a9d84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

NVDA-addon/addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,10 @@ def __init__(self):
296296
speech.speakMessage(_("MathCAT initialization failed: see NVDA error log for details"))
297297

298298

299-
# store mathcontent for navigation and copy
300-
mathcontent = None
301-
302299
def getSpeechForMathMl(self, mathml):
303300
self._setSpeechLanguage(mathml)
304301
try:
305302
libmathcat.SetMathML(mathml)
306-
mathcontent = mathml
307303
except Exception as e:
308304
log.error(e)
309305
speech.speakMessage(_("Illegal MathML found: see NVDA error log for details"))

0 commit comments

Comments
 (0)