mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert unintentional commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38187 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff782f993a
commit
f22a3988b3
@ -948,7 +948,7 @@ void extractLims(MathData & ar)
|
||||
|
||||
void extractStructure(MathData & ar, ExternalMath kind)
|
||||
{
|
||||
lyxerr << "\nStructure from: " << ar << endl;
|
||||
//lyxerr << "\nStructure from: " << ar << endl;
|
||||
if (kind != MATHML && kind != HTML)
|
||||
splitScripts(ar);
|
||||
extractDelims(ar);
|
||||
@ -965,7 +965,7 @@ void extractStructure(MathData & ar, ExternalMath kind)
|
||||
extractLims(ar);
|
||||
extractStrings(ar);
|
||||
}
|
||||
lyxerr << "\nStructure to: " << ar << endl;
|
||||
//lyxerr << "\nStructure to: " << ar << endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user