removed not needed info buttons for the infodialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5313 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-07-18 14:08:53 +00:00
parent dece8cc8b6
commit b52fc7708f
6 changed files with 7 additions and 52 deletions

View file

@ -22,7 +22,6 @@
#include <rshare.h>
#include <retroshare/rsinit.h>
#include "StartDialog.h"
#include "InfoDialog.h"
#include "LogoBar.h"
#include <QFileDialog>
#include <QMessageBox>
@ -194,12 +193,6 @@ void StartDialog::on_labelProfile_linkActivated(QString /*link*/)
}
void StartDialog::on_labelInfo_linkActivated(QString /*link*/)
{
InfoDialog infodialog (this);
infodialog.exec ();
}
bool StartDialog::requestedNewCert()
{
return reqNewCert;