]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
... and RELEASE-NOTES
[lyx.git] / src / mathed / MathData.h
index e2169416d60ab4281a486ce892917df9c19567d7..4b79f805fe1d33b9530f77ffc8c5a3626fe79d4a 100644 (file)
@@ -66,7 +66,8 @@ public:
 
 public:
        ///
-       MathData(Buffer * buf = 0) : buffer_(buf) {}
+       MathData(Buffer * buf = 0) : minasc_(0), mindes_(0), slevel_(0),
+                                    sshift_(0), kerning_(0), buffer_(buf) {}
        ///
        MathData(Buffer * buf, const_iterator from, const_iterator to);
        ///
@@ -143,11 +144,7 @@ public:
        /// returns x coordinate of given position in the array
        int pos2x(BufferView const * bv, size_type pos) const;
        /// returns position of given x coordinate
-       int pos2x(BufferView const * bv, size_type pos, int glue) const;
-       /// returns position of given x coordinate
        size_type x2pos(BufferView const * bv, int targetx) const;
-       /// returns position of given x coordinate starting from a certain pos
-       size_type x2pos(BufferView const * bv, int targetx, int glue) const;
        /// returns distance of this cell to the point given by x and y
        // assumes valid position and size cache
        int dist(BufferView const & bv, int x, int y) const;