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:
Richard Heck 2009-12-03 19:59:42 +00:00
parent 22452958f9
commit 95fedfe642

View File

@ -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();