]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.C
small cleanups
[features.git] / src / mathed / math_funcinset.C
index e0ce29cddff29b83057707e12102a05749fb13f5..0f72e2988777c83f95255f1b7f226d2b4dda3408 100644 (file)
@@ -14,11 +14,9 @@ using std::ostream;
 extern LyXFont WhichFont(short type, int size);
 
 
-MathFuncInset::MathFuncInset(string const & nm, MathInsetTypes ot)
-       : MathInset(0, nm, ot)
-{
-       lims_ = (getType() == LM_OT_FUNCLIM);
-}
+MathFuncInset::MathFuncInset(string const & nm)
+       : MathInset(0, nm)
+{}
 
 
 MathInset * MathFuncInset::clone() const