From 4ce45a5bcd93105f56a925dacf50ffd2e257e6eb Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 27 Oct 2022 17:16:27 +0200 Subject: [PATCH] Remove unused method --- src/Layout.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Layout.h b/src/Layout.h index a6c0d6c2eb..0588bc17a7 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -408,11 +408,6 @@ public: /// Depth of XML command int commanddepth; - /// Return a pointer on a new layout suitable to describe a caption. - /// FIXME: remove this eventually. This is only for tex2lyx - /// until it has proper support for the caption inset (JMarc) - static Layout * forCaption(); - /// Is this spellchecked? bool spellcheck; /** -- 2.39.5