remove old '\n' comments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2990 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2001-11-09 04:18:34 +00:00
parent c090ca491f
commit 83bf7d7ab8
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2001-11-09 Allan Rae <rae@lyx.org>
* 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 <moz@compsoc.man.ac.uk>
* minibuffer.h:

View File

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