removed release defines from Connect Friend Wizard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3098 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-06-10 12:35:13 +00:00
parent 37560129c8
commit f22753a586

View File

@ -76,11 +76,8 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent)
setPage(Page_ErrorMessage, new ErrorMessagePage);
setPage(Page_Conclusion, new ConclusionPage);
#ifndef RS_RELEASE_VERSION
setStartId(Page_Intro);
#else
setStartId(Page_Text);
#endif
// this define comes from Qt example. I don't have mac, so it wasn't tested
#ifndef Q_WS_MAC
@ -175,10 +172,8 @@ IntroPage::IntroPage(QWidget *parent)
QVBoxLayout *layout = new QVBoxLayout;
layout->addWidget(textRadioButton);
#ifndef RS_RELEASE_VERSION
layout->addWidget(certRadioButton);
layout->addWidget(foffRadioButton);
#endif
setLayout(layout);
}
//