]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Fix another use of unqualified std::move
[lyx.git] / 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;
        /**