* 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:
rakshasa
2007-06-17 23:28:13 +00:00
parent e9db89e6d6
commit 8096b4f4ca
3 changed files with 68 additions and 25 deletions
-2
View File
@@ -145,8 +145,6 @@ DownloadList::insert(Download* download) {
void
DownloadList::erase(Download* download) {
check_contains(download);
erase(std::find(begin(), end(), download));
}