removed unused dialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3844 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-11-21 15:27:42 +00:00
parent 22690ff937
commit 0ca46dbaca
5 changed files with 0 additions and 277 deletions

View file

@ -487,17 +487,6 @@ void SharedFilesDialog::sendHtmlLinkTo()
/* window will destroy itself! */
}
//void SharedFilesDialog::sendLinktoChat()
//{
// copyLinkLocal ();
//
// static SendLinkDialog *slinkDialog = new SendLinkDialog(this);
//
// slinkDialog->insertMsgText(RSLinkClipboard::toHtml().toStdString());
// slinkDialog->show();
//
//}
#ifdef RS_USE_LINKS
void SharedFilesDialog::sendLinkToCloud()
{