diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp
index 71f2fe5b3..607bb1bb7 100755
--- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp
+++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp
@@ -143,11 +143,6 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent) :
ui->trustEdit->hide();
}
- unsigned int onlineCount = 0, friendCount = 0;
- rsPeers->getPeerCount (&friendCount, &onlineCount, false);
- if(friendCount<30)
- ui->makefriend_infolabel->hide();
-
//Add warning to direct source checkbox depends general setting.
switch (rsFiles->filePermDirectDL())
{
diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.ui b/retroshare-gui/src/gui/connect/ConnectFriendWizard.ui
index b0422914c..7a8dc8ee5 100644
--- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.ui
+++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.ui
@@ -1031,87 +1031,6 @@
ConnectFriendWizard::Page_Conclusion
- -
-
-
-
-
-
-
-
- 255
- 255
- 255
-
-
-
-
-
-
- 255
- 255
- 178
-
-
-
-
-
-
-
-
- 255
- 255
- 255
-
-
-
-
-
-
- 255
- 255
- 178
-
-
-
-
-
-
-
-
- 255
- 255
- 178
-
-
-
-
-
-
- 255
- 255
- 178
-
-
-
-
-
-
-
- true
-
-
- QFrame::Box
-
-
- Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much
-resources.
-
-
- true
-
-
-
-
diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
index 2996d4ee5..9415a554f 100644
--- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
+++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss
@@ -313,14 +313,6 @@ ConnectFriendWizard QWizardPage#ConclusionPage > QGroupBox#peerDetailsFrame {
padding: 12 12px;
}
-ConnectFriendWizard QWizardPage#ConclusionPage > QLabel#makefriend_infolabel
-{
- border: 1px solid #DCDC41;
- border-radius: 6px;
- background: #FFFFD7;
- background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2);
-}
-
ConnectFriendWizard QLabel#fr_label, QLabel#requestinfolabel
{
border: 1px solid #DCDC41;
diff --git a/retroshare-gui/src/gui/qss/stylesheet/qss.default b/retroshare-gui/src/gui/qss/stylesheet/qss.default
index 3e08e4d14..3c33a202e 100644
--- a/retroshare-gui/src/gui/qss/stylesheet/qss.default
+++ b/retroshare-gui/src/gui/qss/stylesheet/qss.default
@@ -109,11 +109,6 @@ ConnectFrientWizard QLabel#requestinfolabel
qproperty-fontSizeFactor: 125;
}
-ConnectFriendWizard QLabel#makefriend_infolabel
-{
- qproperty-fontSizeFactor: 125;
-}
-
ShareManager QLabel#labelInstructions
{
qproperty-fontSizeFactor: 125;