]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / inset.h
index fe3d22ac39e492f7278eeb401949c9d40ed16dc4..ece7a34e29bbc6c15c954a89b6bc9b10ddd1c097 100644 (file)
@@ -52,20 +52,12 @@ public:
        LColor_color backgroundColor() const;
        /// set x/y drawing position cache
        void setPosCache(PainterInfo const &, int, int) const;
-       ///
-       int xo() const { return xo_; }
-       ///
-       int yo() const { return yo_; }
        /// returns the actual scroll-value
        virtual int scroll(bool recursive = true) const;
 
        ///
        bool forceDefaultParagraphs(InsetBase const * inset) const;
 protected:
-       ///
-       mutable int xo_;
-       ///
-       mutable int yo_;
        ///
        mutable int scx;
        ///