]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFoot.h
The foot inset does not inherit fonts
[features.git] / src / insets / InsetFoot.h
index 1e4b0d26e83749e97e550ef6ceef6bbd5dab78e2..30971c6c08fed7f0c3eae6a17f42d53efcc878f4 100644 (file)
@@ -45,8 +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_;