]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_diminset.h
index be2ad9f14d19b9c3f0d480f5e636899a448ac7cb..1fb5a18af1bd508996add90c2fc89a23d7ca9f0b 100644 (file)
@@ -2,25 +2,16 @@
 #ifndef MATH_DIMINSET_H
 #define MATH_DIMINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "math_inset.h"
 #include "dimension.h"
 
+
 /// things that need the dimension cache
 
 class MathDimInset : public MathInset {
 public:
        /// not sure whether the initialization is really necessary
        MathDimInset() {}
-       /// read ascent value (should be inline according to gprof)
-       int ascent() const { return dim_.ascent(); }
-       /// read descent
-       int descent() const { return dim_.descent(); }
-       /// read width
-       int width() const { return dim_.width(); }
        ///
        Dimension dimensions() const { return dim_; }
        ///