]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathLim.h
index f10055b4362d792b409c4aa9eda3c5a8ba65e3d6..634c595e7f2d796af3b89a0bd774bdf1c72fb094 100644 (file)
@@ -24,7 +24,8 @@ namespace lyx {
 class InsetMathLim : public InsetMathNest {
 public:
        ///
-       InsetMathLim(MathData const & f, MathData const & x, MathData const & x0);
+       InsetMathLim(Buffer * buf, MathData const & f, MathData const & x,
+               MathData const & x0);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -39,8 +40,6 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathStream &) const;
-       ///
        void write(WriteStream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_LIM_CODE; }