]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_exintinset.h
index 3767aaaeb593624dd85d05c8560ad1f3365a7ba3..67bebf3b2d0b39d72fd11c116bee643ee7fb683d 100644 (file)
@@ -5,7 +5,7 @@
 // \int_l^u f(x) dx in one block (as opposed to 'f','(','x',')' or 'f','x')
 // or \sum, \prod...  for interfacing external programs
 
-#include "math_scriptinset.h"
+#include "math_nestinset.h"
 
 // cell(0) is stuff before the 'd', cell(1) the stuff after
 class MathExIntInset : public MathNestInset {
@@ -15,10 +15,6 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void scripts(MathAtom const &);
-       ///
-       MathAtom & scripts();
-       ///
        void symbol(string const &);
        ///
        void metrics(MathMetricsInfo const & st) const;
@@ -39,8 +35,6 @@ private:
 
        ///
        string symbol_;
-       ///
-       MathAtom scripts_;
 };
 
 #endif