]> git.lyx.org Git - features.git/commitdiff
Remove unused method
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Feb 2019 15:03:38 +0000 (16:03 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Feb 2019 15:03:38 +0000 (16:03 +0100)
src/insets/RenderBase.h

index cc1973e45978aadf06041b7bcc82af04d73d6135..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; }