mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove unused mathod (CursorSlice::at_cell_end is the same)
This commit is contained in:
parent
35534231d4
commit
f97c11f4e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user