mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove debugging code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38194 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
707d369d72
commit
844296cd47
@ -72,10 +72,8 @@ void InsetMathEnsureMath::write(WriteStream & os) const
|
||||
|
||||
void InsetMathEnsureMath::mathmlize(MathStream & os) const
|
||||
{
|
||||
os << "[EM]";
|
||||
SetMode mathmode(os, false);
|
||||
os << cell(0);
|
||||
os << "[/EM]";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user