]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPreferences.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormPreferences.h
index 809e84582cb8c0f050a4ab87cde8524246665f13..9ef2f6adfb27806d8151d8ebdc2388dc1e0a156e 100644 (file)
@@ -14,9 +14,6 @@
 #ifndef FORMPREFERENCES_H
 #define FORMPREFERENCES_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 #include "Color.h" // NamedColor
@@ -29,7 +26,6 @@
 
 class ControlPrefs;
 
-class Combox;
 class Dialogs;
 class LyXView;
 class RGBColor;
@@ -51,7 +47,7 @@ struct FD_preferences_spelloptions;
 
 
 /** This class provides an XForms implementation of the FormPreferences Dialog.
   The preferences dialog allows users to set/save their preferences.
*  The preferences dialog allows users to set/save their preferences.
  */
 class FormPreferences : public FormCB<ControlPrefs, FormDB<FD_preferences> > {
 public:
@@ -294,8 +290,6 @@ private:
                bool input(FL_OBJECT const * const);
                ///
                void update(LyXRC const & rc);
-               ///
-               static void ComboCB(int, void *, Combox *);
 
        private:
                ///
@@ -303,8 +297,6 @@ private:
                ///
                boost::scoped_ptr<FD_preferences_language> dialog_;
                ///
-               boost::scoped_ptr<Combox> combo_default_lang;
-               ///
                std::vector<string> lang_;
        };
        ///
@@ -357,7 +349,7 @@ private:
                boost::scoped_ptr<FD_preferences_identity> dialog_;
        };
        friend class Identity;
+
        ///
        class OutputsMisc {
        public: