X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fspellchecker.h;h=ed6af5c6e0f4de83b4c52d6009c9cc88822a5dff;hb=15271fce0705ea5611647b5b3d1e993362ff5284;hp=8593ff6e6399493c60247cd662d71b4f622edbbf;hpb=4b2a999762c83627476428e595d3c1e3704a3da0;p=lyx.git diff --git a/src/spellchecker.h b/src/spellchecker.h index 8593ff6e63..ed6af5c6e0 100644 --- a/src/spellchecker.h +++ b/src/spellchecker.h @@ -20,14 +20,6 @@ class BufferView; -/** MarkLastWord should only be used immidiately after NextWord(). - If you give control back to the user, you _have_ to call EndOfSpellCheck() - or SelectLastWord(), otherwise segfaults should appear. - */ -//void EndOfSpellCheck(); -/// -//void SelectLastWord(); - /** This function has to be implemented by the spell checker. It will show the spellcheker form*/ void ShowSpellChecker(BufferView *);