]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
revert Buffer LyxText->InsetText commit
[lyx.git] / src / mathed / math_gridinset.h
index cc81bc7e678c0e1a5c58025fd11d098a8b110ef2..e664dd7cff962ab50d48ed49211c3a53b73e0988 100644 (file)
@@ -155,10 +155,6 @@ public:
        ///
        bool idxLast(LCursor &) const;
        ///
-       bool idxHome(LCursor &) const;
-       ///
-       bool idxEnd(LCursor &) const;
-       ///
        bool idxDelete(idx_type & idx);
        /// pulls cell after pressing erase
        void idxGlue(idx_type idx);
@@ -216,7 +212,7 @@ public:
 
 protected:
        ///
-       DispatchResult priv_dispatch(LCursor & cur, FuncRequest const & cmd);
+       void priv_dispatch(LCursor & cur, FuncRequest const & cmd);
        /// returns x offset of cell compared to inset
        int cellXOffset(idx_type idx) const;
        /// returns y offset of cell compared to inset