]> 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 4ac6a413fb05bca56a62a35d22027e9b61c736b2..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(BufferView & bv, FuncRequest const & cmd);
 private:
        std::string name_;
        mutable bool set_label_;