]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.h
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / command_inset.h
index 553adc165d4b42c4ac3f545b679e8ba34e7e9fc6..6842f1071d703cb631c61a10ab1a5fd97e57b32d 100644 (file)
@@ -14,6 +14,7 @@
 #define COMMAND_INSET_H
 
 #include "math_nestinset.h"
+
 #include "insets/render_button.h"
 
 
@@ -33,14 +34,11 @@ public:
        //
        // void infoize(std::ostream & os) const;
        ///
-       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
-       ///
        virtual std::string const screenLabel() const;
        /// generate something that will be understood by the Dialogs.
        std::string const createDialogStr(std::string const & name) const;
 
        std::string const & commandname() const { return name_; }
-
 private:
        std::string name_;
        mutable bool set_label_;