]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
remove all trace of editMessage
[features.git] / src / insets / Inset.h
index f932c0aee36027d5cb79c0c9b01e7ca24ce04aca..ddbb5ac3f0bb9ebebce460515e9470b145194098 100644 (file)
@@ -299,8 +299,6 @@ public:
        /// the string that is passed to the TOC
        virtual void tocString(odocstream &) const {}
 
-       /// what appears in the minibuffer when opening
-       virtual docstring editMessage() const;
        /// can the contents of the inset be edited on screen ?
        // true for InsetCollapsables (not ButtonOnly) (not InsetInfo), InsetText
        virtual bool editable() const;