]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xdata.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_xdata.h
index dd059aaefb9066f8739b7a2f49f4f303abfb83bf..e4005c6316b3fae487c180b0c8e0d2942425a265 100644 (file)
@@ -53,8 +53,6 @@ public:
        int height() const { return ascent_ + descent_; }
        /// width of this cell
        int width() const { return width_; }
-       /// do we cover point(x, y)?
-       bool covers(int x, int y) const;
        /// bounding box of this cell
        void boundingBox(int & xlow, int & xhigh, int & ylow, int & yhigh);
        /// find best position to do things