]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / BufferView_pimpl.h
index 09fb00d93551073932d23ef8514d1c452bcd43e3..91923563d0e4becf088f1ba936df54ad49e61789 100644 (file)
@@ -6,7 +6,6 @@
 #include <boost/smart_ptr.hpp>
 
 #include "BufferView.h"
-#include "UpdateInset.h"
 #include "commandtags.h"
 #include "frontends/Timeout.h"
 #include "WorkArea.h"
@@ -149,8 +148,6 @@ private:
        friend class BufferView;
        /// open and lock an updatable inset
        bool open_new_inset(UpdatableInset * new_inset, bool behind = false);
-       ///
-       void protectedBlank(LyXText * lt);
        /// 
        void specialChar(InsetSpecialChar::Kind);
        ///
@@ -181,8 +178,6 @@ private:
        ///
        WorkArea workarea_;
        ///
-       UpdateInset updatelist;
-       ///
        void pasteClipboard(bool asPara);
        ///
        void stuffClipboard(string const &) const;