]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
- remove some unused code
[features.git] / src / mathed / math_inset.C
index 1656ac28ec5075105d9216eff223b53d1282d8b2..f8e45759743f4197364504f9b3bdcd61e79746b2 100644 (file)
@@ -189,16 +189,6 @@ void MathInset::getXY(int & x, int & y) const
 }
 
 
-/*
-void MathInset::userSetSize(MathStyles sz)
-{
-       if (sz >= 0) {
-               size_ = sz;      
-               flag = flag & ~LMPF_FIXED_SIZE;
-       }
-}
-*/
-
 void MathInset::writeNormal(std::ostream & os) const
 {
        os << "[unknown ";