]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
inactive new stuff to re-sync my tree before going on holyday
[lyx.git] / src / mathed / math_deliminset.h
index 16ff2f20d362cc9e74ed43b64751a01b324a2675..c96ffa5924cb30ce63916d5919271b66c7b54391 100644 (file)
@@ -16,7 +16,7 @@
 class MathDelimInset : public MathNestInset {
 public:
        ///
-       MathDelimInset(string const &, string const &);
+       MathDelimInset(string const & left, string const & right);
        ///
        MathInset * clone() const;
        ///
@@ -51,7 +51,5 @@ public:
 private:
        ///
        int dw() const;
-       ///
-       static string latexName(string const & name);
 };
 #endif