From cdf02f3834a75eb7646755ec4deb2929bdb9da50 Mon Sep 17 00:00:00 2001 From: joss17 Date: Sat, 6 Feb 2010 21:56:10 +0000 Subject: [PATCH] remove unused settings git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2218 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/settings/rsettingswin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retroshare-gui/src/gui/settings/rsettingswin.cpp b/retroshare-gui/src/gui/settings/rsettingswin.cpp index 8bcd44cf8..1ad103350 100644 --- a/retroshare-gui/src/gui/settings/rsettingswin.cpp +++ b/retroshare-gui/src/gui/settings/rsettingswin.cpp @@ -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); }