Ignore:
Timestamp:
12/21/09 22:12:46 (14 years ago)
Author:
Nicholas Riley
Message:

Remove [NSCalendarDate initWithTime_t:]: it's not used anywhere and was generating a compiler warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/NSCalendarDate-OFExtensions.m

    r102 r603  
    3131    else
    3232        [self setCalendarFormat:@"%b %d %Y"];
    33 }
    34 
    35 - initWithTime_t:(int)time;
    36 {
    37     NSCalendarDate *date;
    38 
    39     date = (id)[self initWithTimeInterval:time sinceDate:[isa unixReferenceDate]];
    40     [date setToUnixDateFormat];
    41     return date;
    4233}
    4334
Note: See TracChangeset for help on using the changeset viewer.