Remove unused mathod (CursorSlice::at_cell_end is the same)

This commit is contained in:
Jean-Marc Lasgouttes 2019-01-04 13:54:42 +01:00
parent 35534231d4
commit f97c11f4e9

View File

@ -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;