]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
move things around
[lyx.git] / src / mathed / math_nestinset.h
index fc694721aa14a11c65e719636f48946748fa512b..068fbad16531d239bd1aaa3bafc3c97f772bf431 100644 (file)
@@ -16,7 +16,7 @@ class LaTeXFeatures;
 class MathNestInset : public MathDimInset {
 public: 
        ///
-       explicit MathNestInset(int na = 0, string const & nm = string());
+       explicit MathNestInset(int ncells);
 
        ///
        void metrics(MathStyles st) const;
@@ -62,8 +62,6 @@ public:
        ///
        void push_back(MathInset *);
        ///
-       void push_back(unsigned char ch, MathTextCodes fcode);
-       ///
        void dump() const;
 
        ///