From 95fedfe6425c3147766ba601f2ce0e4e49b4dc1a Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 3 Dec 2009 19:59:42 +0000 Subject: [PATCH] Remove obsolete comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32297 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Paragraph.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index 6052514f96..653c286487 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -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(); -- 2.39.2