]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormSpellchecker.h
index 96f0b1d70a1cc29f3e37cec14b0907b69904ac29..e387356cde96001974ad6de9bffdeb36c98e5ef0 100644 (file)
@@ -33,8 +33,6 @@ private:
        void build();
        /// 
        void update();
-       /// 
-       void hide();
 
        /// enable/disable widgets when start/stop
        void stop(bool);
@@ -45,9 +43,6 @@ private:
        /// show an error message
        void showMessage(const char * msg);
 
-       /// line clicked in browser, necessary for double clicking
-       int clickline_;
-       
        /// Filter the inputs
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);