[LyX/master] Remove obsolete FIXME

Juergen Spitzmueller spitz at lyx.org
Wed Aug 12 15:13:41 UTC 2020


commit 24c46cbd1955326b5160cfcf7abdf2c9a540b6d9
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Wed Aug 12 17:38:57 2020 +0200

    Remove obsolete FIXME
---
 src/Paragraph.cpp |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index 8edf2ea..62265bb 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
@@ -1027,11 +1027,6 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
 		close = true;
 	}
 
-	// FIXME: Bug: we can have an empty font change here!
-	// if there has just been a font change, we are going to close it
-	// right now, which means stupid latex code like \textsf{}. AFAIK,
-	// this does not harm dvi output. A minor bug, thus (JMarc)
-
 	// Some insets cannot be inside a font change command.
 	// However, even such insets *can* be placed in \L or \R
 	// or their equivalents (for RTL language switches), so we don't


More information about the lyx-cvs mailing list