From 37373317d912e6dca9d07015828069e84b2bdabd Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 15 Aug 2007 23:45:43 +0000 Subject: [PATCH] get rid of an unneeded warning --- macosx/Controller.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index 86a6546f9..40ec78f08 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -542,8 +542,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy [fPendingTorrentDownloads removeAllObjects]; } - //remove all torrent files in the temporary directory - #warning move? + //remove all remaining torrent files in the temporary directory if (fTempTorrentFiles) { NSEnumerator * torrentEnumerator = [fTempTorrentFiles objectEnumerator];