]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.h
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / pspell.h
index 108fb0eb16c45710859c76df117aafdfc27b1dd3..bf3c1f3e99aefcbdd90468589a6b5d003d74b362 100644 (file)
@@ -37,15 +37,9 @@ public:
         */
        virtual bool alive() { return true; }
 
-       /// clean up on messy exit
-       virtual void cleanUp();
-
        /// check the given word and return the result
        virtual enum Result check(WordLangTuple const &);
 
-       /// finish this spellchecker instance
-       virtual void close();
-
        /// insert the given word into the personal dictionary
        virtual void insert(WordLangTuple const &);