From a4a390d009670836dd4c9dd7f6926ad20c383d3c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 4 Jan 2019 13:54:42 +0100 Subject: [PATCH] Remove unused mathod (CursorSlice::at_cell_end is the same) --- src/DocIterator.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.5