]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
(Rob Lahaye): updates to the xforms print, spellchecker, texinfo and wrap
[features.git] / src / frontends / xforms / FormSpellchecker.h
index a05e27a676ec59945e4ef2cf219890ed764300c6..476cfa00f4d909b702ac8b4ce7a932ef75166c96 100644 (file)
@@ -35,15 +35,9 @@ private:
        ///
        void update();
 
-       /// enable/disable widgets when start/stop; return running status
-       bool start(bool init = false);
-
-       /// update progress bar, set suggestions, exit message
+       /// set suggestions and exit message
        void partialUpdate(int);
 
-       /// show an error message
-       void showMessage(const char * msg);
-
        /// Filter the inputs
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 };