commit 81274c8da7bfaa9d785036f97bd199f31e002077
Author: Thibaut Cuvelier <[email protected]>
Date:   Sun Dec 26 02:14:34 2021 +0100

    Remove code that has been commented out for a long time.
---
 src/insets/InsetFloat.cpp |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp
index 97d8061..fc82d5c 100644
--- a/src/insets/InsetFloat.cpp
+++ b/src/insets/InsetFloat.cpp
@@ -827,11 +827,6 @@ void docbookNoSubfigures(XMLStream & xs, OutputParams 
const & runparams, const I
 
 void InsetFloat::docbook(XMLStream & xs, OutputParams const & runparams) const
 {
-//     if (runparams.docbook_in_par) {
-//             xs << xml::EndTag("para");
-//             xs << xml::CR();
-//     }
-
        const InsetCaption* caption = getCaptionInset();
        const InsetLabel* label = getLabelInset();
 
@@ -855,11 +850,6 @@ void InsetFloat::docbook(XMLStream & xs, OutputParams 
const & runparams) const
                docbookSubfigures(xs, runparams, caption, label, subfigures);
        else
                docbookNoSubfigures(xs, runparams, caption, label, ftype, this);
-
-//     if (runparams.docbook_in_par) {
-//             xs << xml::CR();
-//             xs << xml::StartTag("para");
-//     }
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to