]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Fixup 572b06d6: reduce cache size for breakString
[lyx.git] / src / insets / InsetFoot.h
index 1e4b0d26e83749e97e550ef6ceef6bbd5dab78e2..0c3f65aa706a95a354c29f212d16df51acffedf4 100644 (file)
@@ -45,10 +45,6 @@ private:
        ///
        Inset * clone() const override { return new InsetFoot(*this); }
        ///
-       bool inheritFont() const override { return true; }
-       ///
-       bool allowMultiPar() const override { return true; }
-       ///
        docstring custom_label_;
        ///
        bool intitle_;