]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBranch.h
The most important change in this changeset is that InsetCollapsable::getLayout
[features.git] / src / insets / InsetBranch.h
index 0c42e8fbe6934c99b1a7708fa4149301bcbb0cba..9acbb8de9bf979b4a72ad1ffcf5cb7d17c2688ea 100644 (file)
@@ -91,8 +91,6 @@ private:
        InsetBranchParams const & params() const { return params_; }
        ///
        void setParams(InsetBranchParams const & params) { params_ = params; }
-       ///
-       virtual bool usePlainLayout() { return false; }
 
        /** \returns true if params_.branch is listed as 'selected' in
            \c buffer. This handles the case of child documents.