removed unused settings bis

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-06 21:56:26 +00:00
parent cdf02f3834
commit 3f4c0385c8
2 changed files with 2 additions and 18 deletions

View file

@ -110,6 +110,7 @@ RSettingsWin::setNewPage(int page)
text = tr("Appearance");
pageicon->setPixmap(QPixmap(":/images/looknfeel.png"));
break;
#ifndef RS_RELEASE_VERSION
case Fileassociations:
text = tr("File Associations");
pageicon->setPixmap(QPixmap(":/images/filetype-association.png"));
@ -118,6 +119,7 @@ RSettingsWin::setNewPage(int page)
text = tr("Sound");
pageicon->setPixmap(QPixmap(":/images/sound.png"));
break;
#endif
default:
text = tr("UnknownPage");// impossible case
}