mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Merge pull request #10201 from sledgehammer999/dead_code
Remove leftover tracker authentication code
This commit is contained in:
commit
6fdc02f947
3 changed files with 0 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue