]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetFoot.h
index 30971c6c08fed7f0c3eae6a17f42d53efcc878f4..0c3f65aa706a95a354c29f212d16df51acffedf4 100644 (file)
@@ -45,8 +45,6 @@ private:
        ///
        Inset * clone() const override { return new InsetFoot(*this); }
        ///
-       bool allowMultiPar() const override { return true; }
-       ///
        docstring custom_label_;
        ///
        bool intitle_;