commit eb3352cc1ababf49061fa25d263b5a8cb1e84d44
Author: Thibaut Cuvelier <[email protected]>
Date:   Sat May 10 03:43:16 2025 +0200

    InsetTOC: remove useless return.
---
 src/insets/InsetTOC.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/insets/InsetTOC.cpp b/src/insets/InsetTOC.cpp
index 0308392c0d..3345f15c93 100644
--- a/src/insets/InsetTOC.cpp
+++ b/src/insets/InsetTOC.cpp
@@ -131,7 +131,6 @@ int InsetTOC::plaintext(odocstringstream & os,
 void InsetTOC::docbook(XMLStream &, OutputParams const &) const
 {
        // TOC are generated automatically by the DocBook processor.
-       return;
 }
 
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to