From 93c121cfaa5f547e217b95542793fe9dc88c1b71 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 14 Dec 2009 15:40:54 +0000 Subject: [PATCH] Remove dead code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32525 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 9d2bc33fd1..109bcd862c 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -2636,26 +2636,6 @@ int Tabular::docbook(odocstream & os, OutputParams const & runparams) const docstring Tabular::xhtmlRow(XHTMLStream & xs, row_type row, OutputParams const & runparams) const { - /* for (col_type i = 0; i < column_info.size(); ++i) { - os << "\n"; - ++ret; - } */ - docstring ret; idx_type cell = getFirstCellInRow(row); -- 2.39.2