]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.h
fix crashs discovered by Michael
[features.git] / src / mathed / math_inset.h
index fce522e195b35d70c95ca815184e196984334d4b..20662bdb853296f88c367c106c8b3e2f1763a3d9 100644 (file)
@@ -204,14 +204,11 @@ public:
        virtual MathSymbolInset const  * asSymbolInset() const  { return 0; }
        virtual MathUnknownInset const * asUnknownInset() const { return 0; }
        virtual MathXYMatrixInset const* asXYMatrixInset() const{ return 0; }
-       virtual UpdatableInset     * asHyperActiveInset() const { return 0; }
 
        /// identifies things that can get scripts
        virtual bool isScriptable() const { return false; }
        /// thing that can be moved into
        virtual bool isActive() const { return nargs() > 0; }
-       /// identifies insets from the outer world
-       virtual bool isHyperActive() const { return 0; }
        /// is the a relational operator (used for splitting equations)
        virtual bool isRelOp() const { return false; }