]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderBase.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / RenderBase.h
index 7cb10a83a68a5d010eabf12c01a7ec843807dde6..4fb3f84bb6e5071d03679211e6bca0f842f30a73 100644 (file)
@@ -37,8 +37,6 @@ public:
        virtual void metrics(MetricsInfo & mi, Dimension & dim) const = 0;
        /// draw inset and update (xo, yo)-cache
        virtual void draw(PainterInfo & pi, int x, int y) const = 0;
-       ///
-       Dimension const & dimension() const { return dim_; }
 
        /// render state, exact meaning of state is render-specific
        void setRenderState(bool state) { state_ = state; }
@@ -53,7 +51,7 @@ public:
 
 protected:
        RenderBase() : state_(false) {}
-       RenderBase(RenderBase const &x) : state_(x.state_){}
+       RenderBase(RenderBase const & x) : state_(x.state_) {}
        RenderBase & operator=(RenderBase const &) { return *this; }
 
        /// render state. currently, render_button uses this to store mouse_hover_