mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +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();
|
||||
Font f;
|
||||
TexRow tr;
|
||||
// FIXME We probably would like actually to know about this.
|
||||
odocstringstream ods;
|
||||
owner_->latex(bp, f, ods, tr, features.runparams());
|
||||
docstring d = ods.str();
|
||||
|
Loading…
Reference in New Issue
Block a user