]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.cpp
EmbeddedObjects.lyx: add hint how to force a rotation direction for rotated floats
[lyx.git] / src / CursorSlice.cpp
index 1b4b8ca862402c9df4f52c4db30cc402ac4e7197..710f65c80419c0e2623700c66b8ce7c0feebb961 100644 (file)
@@ -25,7 +25,6 @@
 #include "mathed/MathData.h"
 
 #include <boost/assert.hpp>
-#include <boost/bind.hpp>
 
 
 namespace lyx {
@@ -45,22 +44,6 @@ CursorSlice::CursorSlice(Inset & p)
 }
 
 
-CursorSlice::CursorSlice(CursorSlice const & cs)
-{
-       operator=(cs);
-}
-
-
-CursorSlice & CursorSlice::operator=(CursorSlice const & cs)
-{
-       inset_ = cs.inset_;
-       idx_ = cs.idx_;
-       pit_ = cs.pit_;
-       pos_ = cs.pos_;
-       return *this;
-}
-
-
 void CursorSlice::invalidate()
 {
        inset_ = 0;