From d0eeff372699082268c6b716e439e3e9146aa8a1 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Sat, 19 Apr 2008 08:55:50 +0000 Subject: [PATCH] this we don't need anymore git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24340 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index dcf0528149..8bc2e949c1 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -677,7 +677,6 @@ void Tabular::appendColumn(idx_type const cell) column_vector::iterator cit = column_info.begin() + c + 1; column_info.insert(cit, ColumnData()); row_type const nrows = rowCount(); - //col_type const ncols = columnCount(); // set the column values of the column before column_info[c + 1] = column_info[c]; -- 2.39.5