commit a3b88460239bdf21492ec723ce1f8dfb876b9791
Author: Thibaut Cuvelier <[email protected]>
Date:   Sat Jul 19 04:02:48 2025 +0200

    InsetRef: remove unused parameter.
---
 src/insets/InsetRef.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp
index 6c3efbb84c..efa7a6fd4f 100644
--- a/src/insets/InsetRef.cpp
+++ b/src/insets/InsetRef.cpp
@@ -585,7 +585,7 @@ int InsetRef::plaintext(odocstringstream & os,
 }
 
 
-void InsetRef::docbook(XMLStream & xs, OutputParams const & rp) const
+void InsetRef::docbook(XMLStream & xs, OutputParams const &) const
 {
        // When there are several labels, iterate over them all
        // and generate one xref per label: DocBook's xref only
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to