mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Merge pull request #10201 from sledgehammer999/dead_code
Remove leftover tracker authentication code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user