Remove leftover tracker authentication code

This commit is contained in:
sledgehammer999
2019-01-23 02:38:46 +02:00
parent 3b949c4a8a
commit 4a414d50f1
3 changed files with 0 additions and 10 deletions

View File

@@ -489,7 +489,6 @@ namespace BitTorrent
void handleTorrentTrackerReply(TorrentHandle *const torrent, const QString &trackerUrl);
void handleTorrentTrackerWarning(TorrentHandle *const torrent, const QString &trackerUrl);
void handleTorrentTrackerError(TorrentHandle *const torrent, const QString &trackerUrl);
void handleTorrentTrackerAuthenticationRequired(TorrentHandle *const torrent, const QString &trackerUrl);
signals:
void statsUpdated();