remove unused settings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-06 21:56:10 +00:00
parent bf82892bb2
commit cdf02f3834

View File

@ -67,8 +67,10 @@ RSettingsWin::initStackedWidget()
stackedWidget->addWidget(new NotifyPage());
stackedWidget->addWidget(new CryptoPage());
stackedWidget->addWidget(new AppearancePage());
#ifndef RS_RELEASE_VERSION
stackedWidget->addWidget(new FileAssociationsPage() );
stackedWidget->addWidget(new SoundPage() );
#endif
setNewPage(General);
}