]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormSpellchecker.h
index 7d09c66d84a09359f6d85ee5fa8a83e6f83785ee..88a56d5b9ba340112333e352277e8749abf5b453 100644 (file)
@@ -30,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