]> 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 652b6c7be4c2aa0fa863f5f2d7944b189a7b2674..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"
@@ -80,6 +79,8 @@ struct BufferView::Pimpl : public SigC::Object {
        ///
        void selectionRequested();
        ///
+       void selectionLost();
+       ///
        void enterView();
        ///
        void leaveView();
@@ -147,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);
        ///
@@ -179,8 +178,6 @@ private:
        ///
        WorkArea workarea_;
        ///
-       UpdateInset updatelist;
-       ///
        void pasteClipboard(bool asPara);
        ///
        void stuffClipboard(string const &) const;