From 60923e81c6eeae87dfb9f12fae17213630a8bf69 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 7 Aug 2007 22:14:23 +0000 Subject: [PATCH] - Updated TODO - Removed useless include in downloadThread --- TODO | 6 +++--- src/downloadThread.h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 18acac663..b7db2fc7e 100644 --- a/TODO +++ b/TODO @@ -49,11 +49,11 @@ - Clean up delayed progress column sorting code - Clean up pause after checking code - Test rss now that it has been rewritten - - Review speed allocation dialog : BTSession->getSession()->download_rate_limit() value is wrong + - Wait for torrent_paused_alert before saving fast resume data - Wait for some bug fixes in libtorrent : - upload/download limit per torrent (Ticket #83) - - double free or corruption on exit (Ticket #84) - - Crash due to simple_segregated_storage (Ticket #94) + - double free or corruption on exit (Ticket #84) FIXED? + - Crash due to simple_segregated_storage (Ticket #94) FIXED? LANGUAGES UPDATED: - French *BETA3* diff --git a/src/downloadThread.h b/src/downloadThread.h index bb910d241..92e1a960b 100644 --- a/src/downloadThread.h +++ b/src/downloadThread.h @@ -30,7 +30,6 @@ #include #include #include -#include "misc.h" #ifdef CCXX_NAMESPACES using namespace std;