]> git.lyx.org Git - lyx.git/commitdiff
Remove unused method
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Oct 2022 15:16:27 +0000 (17:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Oct 2022 15:17:19 +0000 (17:17 +0200)
src/Layout.h

index a6c0d6c2eb06080290fdd8d8f14744a8da53a7ac..0588bc17a7355f731a0c8e17bd2fd97b8b95e49b 100644 (file)
@@ -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;
        /**