removed not gui _settings on PeersDialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1711 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-10-04 15:21:04 +00:00
parent 25f888b8c6
commit 805eecd7bd
2 changed files with 1 additions and 11 deletions

View file

@ -25,7 +25,6 @@
#include <QFileDialog>
#include "chat/PopupChatDialog.h"
#include <gui/Preferences/rsharesettings.h>
#include "mainpage.h"
#include "ui_PeersDialog.h"
@ -165,8 +164,6 @@ private:
QFont mCurrentFont; /* how the text will come out */
/** A RshareSettings object used for saving/loading settings */
RshareSettings* _settings;
/** Qt Designer generated object */
Ui::PeersDialog ui;