From 4501b3d24d473e582b1b177be61eb0ffac4dca44 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 9 Aug 2008 20:20:21 +0000 Subject: [PATCH] warnings-- --- macosx/Torrent.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 172f7746b..776385e16 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -123,8 +123,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void * [self startTransfer]; } - #warning remove after 1.3 (from libT as well) - //get old added, activity, and done dates + //upgrading from versions < 1.30: get old added, activity, and done dates NSDate * date; if ((date = [history objectForKey: @"Date"])) tr_torrentSetAddedDate(fHandle, [date timeIntervalSince1970]);