From: Richard Heck Date: Tue, 17 Apr 2012 13:43:29 +0000 (-0400) Subject: Use InsetLayout instead of hardcoding forcePlainLayout and X-Git-Tag: 2.1.0beta1~1933^2~30 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=88d9fc574ee3d4d6926aa84f09a489b75616caf0;p=features.git Use InsetLayout instead of hardcoding forcePlainLayout and allowParagraphCustomization. --- diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index c4b9445b2a..96597d2dac 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -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;