]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.C
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / lyxcursor.C
index 1e16cba9bd7f68c0593c818bbaf979dcae8faa67..fb298015452f491df3df0e8cc6a0b0e70641ac49 100644 (file)
@@ -111,18 +111,6 @@ int LyXCursor::iy() const
 }
 
 
-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()