]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDocument.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormDocument.h
index 3aced2130ff225ff53d6dc572f38d80606a380a8..41d5686e2435145f1aa2b37181e4582279c14d2c 100644 (file)
@@ -21,7 +21,6 @@
 
 class ControlDocument;
 
-class Combox;
 class BufferParams;
 
 struct FD_document;
@@ -32,13 +31,11 @@ struct FD_document_options;
 struct FD_document_bullet;
 
 /** This class provides an XForms implementation of the FormDocument dialog.
   The table-layout-form here changes values for latex-tabulars
*  The table-layout-form here changes values for latex-tabulars
  */
 class FormDocument : public FormCB<ControlDocument, FormDB<FD_document> > {
 public:
        FormDocument();
-       ///
-       static void ComboInputCB(int, void *, Combox *);
 private:
        /** Redraw the form (on receipt of a Signal indicating, for example,
            that the xforms colours have been re-mapped). */
@@ -114,10 +111,6 @@ private:
        ///
        FL_OBJECT * fbullet;
        ///
-       boost::scoped_ptr<Combox> combo_language;
-       ///
-       boost::scoped_ptr<Combox> combo_doc_class;
-       ///
        std::vector<string> lang_;
 };