1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

Remove unused stats_alert handler

Fixup 0fe9cd05c4aca8be9820cd489c8fa57173df6ed3.
This commit is contained in:
Chocobo1 2019-06-01 11:40:51 +08:00
parent 39830986c2
commit 3f2ce8a2b7
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -3787,7 +3787,6 @@ void Session::handleAlert(const lt::alert *a)
{
try {
switch (a->type()) {
case lt::stats_alert::alert_type:
case lt::file_renamed_alert::alert_type:
case lt::file_completed_alert::alert_type:
case lt::torrent_finished_alert::alert_type: