mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
DocBook: remove unused variable.
This commit is contained in:
parent
5488bebb30
commit
72f630cb8f
@ -3717,8 +3717,6 @@ docstring Tabular::xmlRow(XMLStream & xs, row_type row, OutputParams const & run
|
|||||||
|
|
||||||
void Tabular::docbook(XMLStream & xs, OutputParams const & runparams) const
|
void Tabular::docbook(XMLStream & xs, OutputParams const & runparams) const
|
||||||
{
|
{
|
||||||
docstring ret;
|
|
||||||
|
|
||||||
// Some tables are inline. Likely limitation: cannot output a table within a table; is that really a limitation?
|
// Some tables are inline. Likely limitation: cannot output a table within a table; is that really a limitation?
|
||||||
if (!runparams.docbook_in_table) { // Check on the *outer* set of parameters, so that the table can be closed
|
if (!runparams.docbook_in_table) { // Check on the *outer* set of parameters, so that the table can be closed
|
||||||
// properly at the end of this function.
|
// properly at the end of this function.
|
||||||
|
Loading…
Reference in New Issue
Block a user