]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / inset.h
index e7f4ea68f679a9c6aab330145dc63d010fdfb1a4..a6f6a05a1b4eee6822098524aa0bf22c7bb17ddd 100644 (file)
@@ -30,7 +30,7 @@ public:
        ///
        enum {
                ///
-               TEXT_TO_INSET_OFFSET = 2
+               TEXT_TO_INSET_OFFSET = 4
        };
 
        ///
@@ -56,8 +56,6 @@ public:
 protected:
        ///
        InsetOld(InsetOld const & in);
-       ///
-       mutable Dimension dim_;
 
 private:
        InsetOld & operator=(InsetOld const &) const;