Remove leftover tracker authentication code

This commit is contained in:
sledgehammer999 2019-01-23 02:38:46 +02:00
parent 3b949c4a8a
commit 4a414d50f1
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
3 changed files with 0 additions and 10 deletions

View file

@ -3453,12 +3453,6 @@ void Session::handleTorrentTrackerError(TorrentHandle *const torrent, const QStr
emit trackerError(torrent, trackerUrl);
}
void Session::handleTorrentTrackerAuthenticationRequired(TorrentHandle *const torrent, const QString &trackerUrl)
{
Q_UNUSED(trackerUrl);
emit trackerAuthenticationRequired(torrent);
}
void Session::handleTorrentTrackerWarning(TorrentHandle *const torrent, const QString &trackerUrl)
{
emit trackerWarning(torrent, trackerUrl);