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]);