commit 6a7e7e6ef482e70a64cfcb7eea6559256677764c
Author: Thibaut Cuvelier <tcuvel...@lyx.org>
Date:   Sun May 11 23:46:26 2025 +0200

    InsetIndexMacro: remove an unused function.
---
 src/insets/InsetIndexMacro.cpp | 6 ------
 src/insets/InsetIndexMacro.h   | 2 --
 2 files changed, 8 deletions(-)

diff --git a/src/insets/InsetIndexMacro.cpp b/src/insets/InsetIndexMacro.cpp
index 66203f25af..521e4c2077 100644
--- a/src/insets/InsetIndexMacro.cpp
+++ b/src/insets/InsetIndexMacro.cpp
@@ -193,12 +193,6 @@ void InsetIndexMacro::getDocbook(XMLStream & xs, 
OutputParams const & runparams)
 }
 
 
-docstring InsetIndexMacro::getXhtml(XMLStream & xs, OutputParams const & 
runparams) const
-{
-       return InsetText::xhtml(xs, runparams);
-}
-
-
 bool InsetIndexMacro::hasNoContent() const
 {
        return paragraphs().front().empty();
diff --git a/src/insets/InsetIndexMacro.h b/src/insets/InsetIndexMacro.h
index 5acd8a98cd..eaeb9234c3 100644
--- a/src/insets/InsetIndexMacro.h
+++ b/src/insets/InsetIndexMacro.h
@@ -88,8 +88,6 @@ private:
        /// We do not output anything directly to the stream
        docstring xhtml(XMLStream &, OutputParams const &) const override { 
return docstring(); };
        ///
-       docstring getXhtml(XMLStream &, OutputParams const &) const;
-       ///
        bool allowSpellCheck() const override { return false; }
        ///
        bool insetAllowed(InsetCode code) const override;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to