From 81274c8da7bfaa9d785036f97bd199f31e002077 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Sun, 26 Dec 2021 02:14:34 +0100 Subject: [PATCH] Remove code that has been commented out for a long time. --- src/insets/InsetFloat.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp index 97d80618df..fc82d5cfc5 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"); -// } } -- 2.39.5