QTfrontend/ui/page/pageoptions.h
changeset 8266 927da572bcdc
parent 8226 67f07ff5b593
child 8284 a874d00df4a4
--- a/QTfrontend/ui/page/pageoptions.h	Fri Dec 07 11:05:17 2012 -0500
+++ b/QTfrontend/ui/page/pageoptions.h	Fri Dec 07 16:03:53 2012 -0500
@@ -85,7 +85,6 @@
         QLineEdit * leProxyLogin;
         QLineEdit * leProxyPassword;
 
-#ifdef VIDEOREC
         QComboBox  *framerateBox;
         QSpinBox  *bitrateBox;
         QLineEdit *widthEdit;
@@ -105,7 +104,6 @@
         void setDefaultCodecs();
         bool tryCodecs(const QString & format, const QString & vcodec, const QString & acodec);
         void setConfig(GameUIConfig * config);
-#endif
 
         void setTeamOptionsEnabled(bool enabled);
 
@@ -129,13 +127,11 @@
         QPushButton *BtnDeleteTeam;
         QList<QPushButton *> m_colorButtons;
 
-#ifdef VIDEOREC
         QComboBox *comboAVFormats;
         QComboBox *comboVideoCodecs;
         QComboBox *comboAudioCodecs;
         QPushButton *btnDefaults;
         GameUIConfig * config;
-#endif
 
     private slots:
         void forceFullscreen(int index);
@@ -149,14 +145,12 @@
         void colorButtonClicked(int i);
         void onColorModelDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
         void onProxyTypeChanged();
-#ifdef VIDEOREC
         void changeAVFormat(int index);
         void changeUseGameRes(int state);
         void changeRecordAudio(int state);
 
     public slots:
         void setDefaultOptions();
-#endif
 };
 
 #endif