]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
more IU
[lyx.git] / src / mathed / math_nestinset.h
index 2c4a6f14c792d52f17d65d5d607510222f142cf2..5ec7b9234d546864bfe70b8fcf1f84a532448a1b 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "math_diminset.h"
 
-class MathArray;
-
 
 /** Abstract base class for all math objects that contain nested items.
     This is basically everything that is not a single character or a
@@ -83,8 +81,6 @@ public:
        /// request "external features"
        void validate(LaTeXFeatures & features) const;
 
-       /// match in all cells
-       bool match(MathAtom const &) const;
        /// replace in all cells
        void replace(ReplaceData &);
        /// do we contain a given pattern?