We do not need to extract exponents, either.

There may be more we do not need to do.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-21 21:05:53 +00:00
parent 51a388e745
commit 4a4ec0c96a

View File

@ -960,9 +960,7 @@ void extractStructure(MathData & ar, ExternalMath kind)
if (kind != MATHML) {
extractDets(ar);
extractDiff(ar);
}
extractExps(ar);
if (kind != MATHML) {
extractExps(ar);
extractLims(ar);
extractStrings(ar);
}