Revision: 11868
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11868&view=rev
Author: hofman
Date: 2007-12-11 14:40:51 -0800 (Tue, 11 Dec 2007)
Log Message:
-----------
Remove a warning, as this should generally be done, as the alternative is never
guaranteed to work.
Modified Paths:
--------------
trunk/bibdesk/NSDate_BDSKExtensions.m
Modified: trunk/bibdesk/NSDate_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSDate_BDSKExtensions.m 2007-12-11 22:26:32 UTC (rev
11867)
+++ trunk/bibdesk/NSDate_BDSKExtensions.m 2007-12-11 22:40:51 UTC (rev
11868)
@@ -89,12 +89,7 @@
- (id)initWithMonthDayYearString:(NSString *)dateString;
{
- // [[self init] release] is required prior to 10.5 due to a bug in NSDate
when sending [self release]; Apple fixed this in 10.5
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
-#warning init-release not required
-#endif
-
- [[self init] release];
+ [[self init] release];
self = nil;
CFAllocatorRef alloc = CFAllocatorGetDefault();
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit