From: Uwe Stöhr Date: Tue, 26 Oct 2010 02:02:10 +0000 (+0000) Subject: InsetTabular.cpp: remove comment, we already discussed this and the star as default... X-Git-Tag: 2.0.0~2239 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dbe3d79e15511d5a73cfb57c1c3ae675e6fb0869;p=features.git InsetTabular.cpp: remove comment, we already discussed this and the star as default was the result git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35847 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index c5e8b0da97..0c1b2e280c 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -2201,7 +2201,6 @@ int Tabular::TeXCellPreamble(odocstream & os, idx_type cell, os << from_ascii(getPWidth(cell).asLatexString()); else // we need to set a default value - // needs to be discussed os << "*"; os << "}{"; } // end if ismultirow