diff -r db365ea9fce1 -r 927da572bcdc QTfrontend/ui/page/pageoptions.h --- 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 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