]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathDots.h
index d92303b1b233d906daaf56bb8ae17587e8d11dda..3a4358a518e0ced060b1b122a9d25f1da8516fb6 100644 (file)
@@ -27,8 +27,6 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       Dimension const dimension(BufferView const &) const { return dim_; };
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        docstring name() const;
@@ -39,8 +37,6 @@ protected:
        latexkeys const * key_;
 private:
        virtual Inset * clone() const;
-       ///
-       mutable Dimension dim_;
 };
 
 } // namespace lyx