]> 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 b724832cc2cb00e127de734e8b5e41224320cf27..6842f1071d703cb631c61a10ab1a5fd97e57b32d 100644 (file)
@@ -14,6 +14,7 @@
 #define COMMAND_INSET_H
 
 #include "math_nestinset.h"
+
 #include "insets/render_button.h"
 
 
@@ -38,11 +39,6 @@ public:
        std::string const createDialogStr(std::string const & name) const;
 
        std::string const & commandname() const { return name_; }
-protected:
-       ///
-       virtual
-       DispatchResult
-       priv_dispatch(LCursor & cur, FuncRequest const & cmd);
 private:
        std::string name_;
        mutable bool set_label_;