mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 22:52:31 +00:00
* Added "download_list" option for getting a list of torrents.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@915 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -145,8 +145,6 @@ DownloadList::insert(Download* download) {
|
||||
|
||||
void
|
||||
DownloadList::erase(Download* download) {
|
||||
check_contains(download);
|
||||
|
||||
erase(std::find(begin(), end(), download));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user