]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetVSpace.h
index 916b440fa5418e35ffdc80082660be0f592834c8..7d511d9b223638c82201567548b4efd0c143c081 100644 (file)
@@ -31,8 +31,6 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       Dimension const dimension(BufferView const &) const { return dim_; };
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        int latex(Buffer const &, odocstream &,
@@ -63,8 +61,6 @@ private:
 
        ///
        VSpace space_;
-       ///
-       mutable Dimension dim_;
 };