From: Jean-Marc Lasgouttes Date: Thu, 27 Oct 2022 15:16:27 +0000 (+0200) Subject: Remove unused method X-Git-Tag: 2.4-beta2~452 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4ce45a5bcd93105f56a925dacf50ffd2e257e6eb;p=lyx.git Remove unused method --- 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; /**