]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
Move some Cursor methods to CursorData
[lyx.git] / src / mathed / MathData.h
index f29d1e59dc62fb6ef42290d916b3db1772bf01a8..f8c35ccab31097187458a66b25db98d34ba2b93d 100644 (file)
@@ -38,7 +38,7 @@ class DocIterator;
 class LaTeXFeatures;
 class ReplaceData;
 class MacroContext;
-class MathMacro;
+class InsetMathMacro;
 class MetricsInfo;
 class PainterInfo;
 class ParIterator;
@@ -137,8 +137,6 @@ public:
        void metricsT(TextMetricsInfo const & mi, Dimension & dim) const;
        /// redraw cell using cache metrics information
        void drawT(TextPainter & pi, int x, int y) const;
-       /// mark cell for re-drawing
-       void touch() const;
        /// approximate the math class of the data
        MathClass mathClass() const;