]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
* Only enter inset which return true on isActive(). This is the behavior in the curso...
[lyx.git] / src / CursorSlice.h
index daa2dc5815b4857feeadad8315cdd44c4884a555..bcada34e19228d835d21cbbd09b060c4d9f8d8a2 100644 (file)
@@ -20,9 +20,6 @@
 #include "support/types.h"
 #include "insets/Inset.h"
 
-#include <boost/signal.hpp>
-#include <boost/signals/trackable.hpp>
-
 #include <cstddef>
 #include <iosfwd>
 
@@ -59,12 +56,8 @@ public:
        ///
        CursorSlice();
        ///
-       CursorSlice(CursorSlice const &);
-       ///
        explicit CursorSlice(Inset &);
        ///
-       CursorSlice & operator=(CursorSlice const &);
-       ///
        bool isValid() const;
 
        /// the current inset