mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
Remove dead code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32525 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dadda4cb44
commit
93c121cfaa
@ -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 << "<colspec colname=\"col" << i << "\" align=\"";
|
||||
switch (column_info[i].alignment) {
|
||||
case LYX_ALIGN_LEFT:
|
||||
os << "left";
|
||||
break;
|
||||
case LYX_ALIGN_RIGHT:
|
||||
os << "right";
|
||||
break;
|
||||
default:
|
||||
os << "center";
|
||||
break;
|
||||
}
|
||||
os << '"';
|
||||
if (runparams.flavor == OutputParams::XML)
|
||||
os << '/';
|
||||
os << ">\n";
|
||||
++ret;
|
||||
} */
|
||||
|
||||
docstring ret;
|
||||
idx_type cell = getFirstCellInRow(row);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user