]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_atom.C
small up/down tweaking
[lyx.git] / src / mathed / math_atom.C
index a8e2815a0f146acfd65d18ebd5f2e069f4dfafcb..2df8786f856550e495d1e95510ba55711162afb7 100644 (file)
@@ -48,22 +48,7 @@ void MathAtom::operator=(MathAtom const & at)
 }
 
 
-void MathAtom::operator=(MathInset * p)
-{
-       reset(p);
-}
-
-
 MathAtom::~MathAtom()
 {
        delete nucleus_;
 }
-
-
-void MathAtom::reset(MathInset * p)
-{
-       if (p == nucleus_)
-               return;
-       delete nucleus_;
-       nucleus_ = p;
-}