]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetCollapsable.h
index 2c95dcda91416db5d94341ae48b731306382859a..404458fe51e1e3dce937c2ba2257a1cd31da02fc 100644 (file)
@@ -168,8 +168,6 @@ private:
        mutable bool openinlined_;
        /// the inset will automatically open when the cursor is inside
        mutable bool autoOpen_;
-       ///
-       mutable Dimension textdim_;
        /// changes color when mouse enters/leaves this inset
        bool mouse_hover_;
 };