X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxcursor.C;h=fb298015452f491df3df0e8cc6a0b0e70641ac49;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=2ec6731cc9565815b57a86a3e7a7d9d0ac191093;hpb=7ab4b6683f1067ffc9cc3fc1b0c56f3f0c1244a1;p=lyx.git diff --git a/src/lyxcursor.C b/src/lyxcursor.C index 2ec6731cc9..fb29801545 100644 --- a/src/lyxcursor.C +++ b/src/lyxcursor.C @@ -13,7 +13,7 @@ LyXCursor::LyXCursor() : par_(), pos_(0), boundary_(false), - x_(0), ix_(0), x_fix_(0), y_(0), iy_(0), row_(0) + x_(0), ix_(0), x_fix_(0), y_(0), iy_(0) {} @@ -111,30 +111,6 @@ int LyXCursor::iy() const } -void LyXCursor::row(RowList::iterator r) -{ - row_ = r; -} - - -RowList::iterator LyXCursor::row() const -{ - return row_; -} - - -void LyXCursor::irow(RowList::iterator r) -{ - irow_ = r; -} - - -RowList::iterator LyXCursor::irow() const -{ - return irow_; -} - - bool operator==(LyXCursor const & a, LyXCursor const & b) { return a.par() == b.par()