]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderBase.h
de.po
[lyx.git] / 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; }