]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.C
mathed95.diff
[features.git] / src / mathed / math_funcinset.C
index 3f143971a7485db1fd0fa4f1cab13b4a09aa1635..8af9361d01022e49d5d16715b8639022b72d576f 100644 (file)
@@ -71,9 +71,3 @@ void MathFuncInset::Metrics(MathStyles st)
                mathed_string_height(LM_TC_TEXTRM, size_, name_, ascent_, descent_);
        }
 }
-
-
-bool MathFuncInset::GetLimits() const 
-{  
-       return lims_ && (size() == LM_ST_DISPLAY); 
-}