]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
simplified search in mathed
[features.git] / src / mathed / math_inset.h
index 168727061d97f62aedb897b339a4d0d4e460bd45..779e590fa38925b9bf8b6341770de4b4abbac321 100644 (file)
@@ -205,8 +205,6 @@ public:
 
        /// char char code if possible
        virtual void handleFont(std::string const &) {}
-       /// is this inset equal to a given other inset?
-       virtual bool match(MathAtom const &) const { return false; }
        /// replace things by other things
        virtual void replace(ReplaceData &) {}
        /// do we contain a given subsequence?