clean up, removed not needed old ConnectionsDialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-11-23 20:37:47 +00:00
parent 0837cc86ef
commit 0f69d49bde
4 changed files with 4 additions and 1220 deletions

View file

@ -291,7 +291,7 @@ void NetworkDialog::peerdetails()
void NetworkDialog::showpeerdetails(std::string id)
{
#ifdef NET_DEBUG
std::cerr << "ConnectionsDialog::showpeerdetails()" << std::endl;
std::cerr << "NetworkDialog::showpeerdetails()" << std::endl;
#endif
if ((connectdialog) && (connectdialog -> loadPeer(id)))
{
@ -584,7 +584,7 @@ RsCertId getNeighRsCertId(QTreeWidgetItem *i)
std::string NetworkDialog::loadneighbour()
{
#ifdef NET_DEBUG
std::cerr << "ConnectionsDialog::loadneighbour()" << std::endl;
std::cerr << "NetworkDialog::loadneighbour()" << std::endl;
#endif
QString fileName = QFileDialog::getOpenFileName(this, tr("Select Certificate"), "",
tr("Certificates (*.pqi *.pem)"));
@ -602,7 +602,7 @@ void NetworkDialog::addneighbour()
{
QTreeWidgetItem *c = getCurrentNeighbour();
#ifdef NET_DEBUG
std::cerr << "ConnectionsDialog::addneighbour()" << std::endl;
std::cerr << "NetworkDialog::addneighbour()" << std::endl;
#endif
/*
rsServer->NeighAddFriend(getNeighRsCertId(c));
@ -613,7 +613,7 @@ void NetworkDialog::authneighbour()
{
QTreeWidgetItem *c = getCurrentNeighbour();
#ifdef NET_DEBUG
std::cerr << "ConnectionsDialog::authneighbour()" << std::endl;
std::cerr << "NetworkDialog::authneighbour()" << std::endl;
#endif
/*
RsAuthId code;