]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcinset.h
small cleanups
[features.git] / src / mathed / math_funcinset.h
index e054574781917ff5f83986812baa56d4567d68e1..781d40ccc00219f160c73ac29a501d2fadc2fcf1 100644 (file)
@@ -15,7 +15,7 @@
 class MathFuncInset : public MathInset {
 public:
        ///
-       explicit MathFuncInset(string const & nm, MathInsetTypes ot = LM_OT_FUNC);
+       explicit MathFuncInset(string const & nm);
        ///
        virtual MathInset * clone() const;
        ///
@@ -26,8 +26,5 @@ public:
        void writeNormal(std::ostream &) const;
        ///
        void metrics(MathStyles st);
-private:
-       ///
-       bool lims_;
 };
 #endif