]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetBranch.h
index bcebd00e1a06bf636bd90e6be930e239fe0edcc2..4100a631ccd6261180113112280f8687f0829f1d 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "InsetCollapsable.h"
 
-
 namespace lyx {
 
 class InsetBranchParams {
@@ -44,8 +43,6 @@ class InsetBranch : public InsetCollapsable
 public:
        ///
        InsetBranch(Buffer *, InsetBranchParams const &);
-       ///
-       ~InsetBranch();
 
        ///
        static std::string params2string(InsetBranchParams const &);
@@ -68,8 +65,6 @@ private:
        ///
        ColorCode backgroundColor(PainterInfo const &) const;
        ///
-       bool showInsetDialog(BufferView *) const;
-       ///
        int latex(odocstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;