- Removed a useless function

- Stop resfreshing trackers errors in torrent properties because this is annoying when you're trying to read them
This commit is contained in:
Christophe Dumez 2007-07-31 09:17:59 +00:00
parent 816a3c8784
commit 99a58b9208
3 changed files with 2 additions and 16 deletions

View file

@ -466,7 +466,6 @@ void properties::updateInfos(){
// torrent was removed, closing properties
close();
}
loadTrackersErrors();
// Update current tracker
torrent_status torrentStatus = h.status();
QString tracker = QString(torrentStatus.current_tracker.c_str()).trimmed();