]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
tfracinset files is missing so all usage of tfrac is commented out
[lyx.git] / src / mathed / math_diminset.h
index f0b206b2d7746d1bdc8606f4e0891c4eee3b1b40..3294e8f12e83cfddd4d3cc3a7bcb6a02fcaa9ff8 100644 (file)
@@ -33,20 +33,12 @@ public:
        ///
        int width() const;
 
-       ///
-       int xo() const { return xo_; }
-       ///
-       int yo() const { return yo_; }
        ///
        void setPosCache(PainterInfo const & pi, int x, int y) const;
 
 protected:
        ///
        mutable Dimension dim_;
-       ///
-       mutable int xo_;
-       ///
-       mutable int yo_;
 };
 
 #endif