]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
pimpl not needed here
[lyx.git] / src / insets / InsetBranch.h
index 2dcb87da5f7e4962de2836ec57db9655c89647b6..754e788cb6f594aec5f89c63de0f8002cdd7ebf3 100644 (file)
@@ -53,7 +53,7 @@ public:
        ///
        void setButtonLabel();
        ///
-       virtual Color_color backgroundColor() const;
+       virtual ColorCode backgroundColor() const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///
@@ -94,8 +94,6 @@ private:
 
        virtual Inset * clone() const;
 
-       /// used by the constructors
-       void init();
        ///
        InsetBranchParams params_;
 };