- Removed a function that is no longer used

This commit is contained in:
Christophe Dumez 2008-12-29 18:40:10 +00:00
parent a848538d66
commit f1ed7f06b9
2 changed files with 0 additions and 8 deletions

View file

@ -1291,13 +1291,6 @@ void GUI::on_actionPause_triggered() {
}
}
void GUI::pauseTorrent(QString hash) {
downloadingTorrentTab->pauseTorrent(hash);
finishedTorrentTab->pauseTorrent(hash);
updateUnfinishedTorrentNumber(downloadingTorrentTab->getNbTorrentsInList());
updateFinishedTorrentNumber(finishedTorrentTab->getNbTorrentsInList());
}
// Resume All Downloads in DL list
void GUI::on_actionStart_All_triggered() {
bool change = false;