]> git.lyx.org Git - features.git/commitdiff
Use InsetLayout instead of hardcoding forcePlainLayout and
authorRichard Heck <rgheck@lyx.org>
Tue, 17 Apr 2012 13:43:29 +0000 (09:43 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 17 Apr 2012 13:43:29 +0000 (09:43 -0400)
allowParagraphCustomization.

src/insets/InsetScript.h

index c4b9445b2a0c04f0d6dac6ff27b276aa8b4eb480..96597d2dac4adf50cc41ea8c98f1e4adda657931 100644 (file)
@@ -82,10 +82,6 @@ public:
        ///
        bool neverIndent() const { return true; }
        ///
-       bool forcePlainLayout(idx_type = 0) const { return true; }
-       ///
-       bool allowParagraphCustomization(idx_type = 0) const { return false; }
-       ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;