]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
... and RELEASE-NOTES
[lyx.git] / src / mathed / MathData.h
index 0419b5918168b3397c55c2d2f134f21e17bedd93..4b79f805fe1d33b9530f77ffc8c5a3626fe79d4a 100644 (file)
@@ -144,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;