]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Fix assertion when checking if change in selection
[lyx.git] / src / mathed / InsetMathHull.h
index 2863b727fb76f9adba47d7c129516bc10bdd9267..73de59f0a2367fb9d06f479720e7f26622277f1d 100644 (file)
@@ -120,10 +120,6 @@ public:
        char defaultColAlign(col_type col);
        ///
        char displayColAlign(idx_type idx) const;
-       ///
-       bool idxFirst(Cursor &) const;
-       ///
-       bool idxLast(Cursor &) const;
 
        ///
        void write(WriteStream & os) const;
@@ -175,9 +171,6 @@ public:
        ///
        void initUnicodeMath() const;
 
-       ///
-       static int displayMargin() { return 12; }
-
        /// Force inset into LTR environment if surroundings are RTL
        virtual bool forceLTR() const { return true; }
        ///
@@ -305,8 +298,6 @@ protected:
        void handleFont2(Cursor & cur, docstring const & arg);
        ///
        bool previewState(BufferView const * const bv) const;
-       ///
-       bool previewTooSmall(Dimension const & dim) const;
 };