mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Remove obsolete comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32297 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
22452958f9
commit
95fedfe642
@ -1077,7 +1077,6 @@ void Paragraph::Private::validate(LaTeXFeatures & features) const
|
|||||||
BufferParams const & bp = buf.params();
|
BufferParams const & bp = buf.params();
|
||||||
Font f;
|
Font f;
|
||||||
TexRow tr;
|
TexRow tr;
|
||||||
// FIXME We probably would like actually to know about this.
|
|
||||||
odocstringstream ods;
|
odocstringstream ods;
|
||||||
owner_->latex(bp, f, ods, tr, features.runparams());
|
owner_->latex(bp, f, ods, tr, features.runparams());
|
||||||
docstring d = ods.str();
|
docstring d = ods.str();
|
||||||
|
Loading…
Reference in New Issue
Block a user