]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCharacter.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormCharacter.h
index 42e987bb7b65cdb769e684e9767e02b1e5cbadb9..c70c0b7c1b9adb87a5a98bd5b6fde70624f7036f 100644 (file)
@@ -20,9 +20,6 @@
 #include "LColor.h"           // for LColor enum
 #include "character.h"        // for FONT_STATE enum
 
-#include <boost/scoped_ptr.hpp>
-
-class Combox;
 struct FD_character;
 
 /**
@@ -49,12 +46,6 @@ private:
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
-       /** Callback method (used only to activate Apply button when
-           combox is changed */
-       static void ComboInputCB(int, void *, Combox *);
-
-       ///
-       boost::scoped_ptr<Combox> combo_language2_;
        ///
        std::vector<LyXFont::FONT_FAMILY>  family_;
        ///