Reverted 8b9758 #4712

This commit is contained in:
Jerry (Xinyu Hou) 2015-05-26 17:25:18 -07:00
parent 907b02fb09
commit d83cb23cc7
4 changed files with 2 additions and 18 deletions

View file

@ -2389,9 +2389,3 @@ Server::dragInfoReceived(UInt32 fileNum, String content)
m_screen->startDraggingFiles(m_dragFileList);
}
bool
Server::isSecure() const
{
return m_clientListener->isSecure();
}