From: Jean-Marc Lasgouttes Date: Fri, 4 Jan 2019 12:54:42 +0000 (+0100) Subject: Remove unused mathod (CursorSlice::at_cell_end is the same) X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a4a390d009670836dd4c9dd7f6926ad20c383d3c;p=features.git Remove unused mathod (CursorSlice::at_cell_end is the same) --- diff --git a/src/DocIterator.h b/src/DocIterator.h index 0653de86e9..8ee4d4e373 100644 --- a/src/DocIterator.h +++ b/src/DocIterator.h @@ -71,8 +71,6 @@ public: bool empty() const { return slices_.empty(); } /// is this the end position? bool atEnd() const { return slices_.empty(); } - /// is this the last possible position? - bool atLastPos() const { return pit() == lastpit() && pos() == lastpos(); } /// checks the cursor slices for disabled spell checker insets bool allowSpellCheck() const;