]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommand.h
Completion: handle undo in insets' insertCompletion methods
[features.git] / src / insets / InsetCommand.h
index 7b2b5bde08700cee77d958a6c886afcc01876525..7ad10af0aea5809e3c10886562a2d9db6323f48f 100644 (file)
@@ -127,8 +127,6 @@ protected:
        //@}
 
 private:
-       ///
-       RenderButton & button() const { return button_; }
        /// This should provide the text for the button
        virtual docstring screenLabel() const = 0;