]> git.lyx.org Git - features.git/commitdiff
InsetTabular.cpp: remove comment, we already discussed this and the star as default...
authorUwe Stöhr <uwestoehr@web.de>
Tue, 26 Oct 2010 02:02:10 +0000 (02:02 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 26 Oct 2010 02:02:10 +0000 (02:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35847 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index c5e8b0da975c2ccf5126a55e7fa6a705808658d8..0c1b2e280c354b3f6df21aae46e6284c6cf801e6 100644 (file)
@@ -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