From 83bf7d7ab8e08d15dc73d2cea9812a34a6c34b24 Mon Sep 17 00:00:00 2001 From: Allan Rae Date: Fri, 9 Nov 2001 04:18:34 +0000 Subject: [PATCH] remove old '\n' comments git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2990 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 6 ++++++ src/paragraph.C | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index d1986ce746..cf8bc8388f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-11-09 Allan Rae + + * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about + '\n's after tables. Tabular and ERT inset work now makes this no + longer necessary. + 2001-11-07 John Levon * minibuffer.h: diff --git a/src/paragraph.C b/src/paragraph.C index c6b27ee944..8dd178d1de 100644 --- a/src/paragraph.C +++ b/src/paragraph.C @@ -1378,9 +1378,6 @@ Paragraph * Paragraph::TeXOnePar(Buffer const * buf, break; default: // we don't need it for the last paragraph!!! - // or for tables in floats - // -- effectively creates a \par where there isn't one which - // breaks a \subfigure or \subtable. if (next_) { os << '\n'; texrow.newline(); -- 2.39.2