Browse Source

Remove unused stats_alert handler

Fixup 0fe9cd05c4.
adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
3f2ce8a2b7
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      src/base/bittorrent/session.cpp

1
src/base/bittorrent/session.cpp

@ -3787,7 +3787,6 @@ void Session::handleAlert(const lt::alert *a) @@ -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:

Loading…
Cancel
Save