mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
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:
parent
bf82892bb2
commit
cdf02f3834
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue