]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
[lyx.git] / src / insets / InsetScript.h
index 9eb80dbbd5032c9866366b19cf6c72082f5d79e4..1a008a98882548fa1c36334dbcfd9010ef5cd942 100644 (file)
@@ -95,8 +95,6 @@ public:
        ///
        bool neverIndent() const override { return true; }
        ///
-       bool inheritFont() const override { return true; }
-       ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const override;
        ///