]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.C
oh well
[lyx.git] / src / mathed / math_nestinset.C
index 12a5c2e618fc7e6f1841f65ce6c029f09506f14f..6a11a9dbfee62ee6a0d4805bc02ae358d9bfd767 100644 (file)
@@ -61,13 +61,6 @@ void MathNestInset::metrics(MathMetricsInfo const & mi) const
 }
 
 
-void MathNestInset::draw(Painter & pain, int x, int y) const
-{
-       for (idx_type i = 0; i < nargs(); ++i)
-               xcell(i).draw(pain, x + xcell(i).xo(), y + xcell(i).yo());
-}
-
-
 bool MathNestInset::idxNext(idx_type & idx, pos_type & pos) const
 {
        if (idx + 1 >= nargs())
@@ -189,4 +182,3 @@ bool MathNestInset::editing() const
 {
        return mathcursor && mathcursor->isInside(this);
 }
-