]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormSpellchecker.h
index 0150cd29d74fa589d02070e3e9fc6b8d78ee7c8f..f5fc7058feb002deacb23ec3c02eda29ceb44d8d 100644 (file)
@@ -6,15 +6,12 @@
  *
  * \author Edwin Leuven
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMSPELLCHECKER_H
 #define FORMSPELLCHECKER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 
@@ -33,26 +30,14 @@ private:
        virtual void apply() {}
        /// Build the dialog
        virtual void build();
-       ///
-       virtual void update();
+       /// not needed.
+       virtual void update() {}
 
        /// set suggestions and exit message
        virtual void partialUpdate(int);
 
        /// Filter the inputs
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-
-       ///
-       enum State {
-               READY_TO_START,
-               STARTED,
-               CHECKING,
-               STOPPED
-       };
-       ///
-       void updateState(State state);
-       ///
-       State state_;
 };
 
 #endif // FORMSPELLCHECKER_H