Changeset 556 for trunk


Ignore:
Timestamp:
07/18/09 05:59:57 (15 years ago)
Author:
Nicholas Riley
Message:

Remove now-unnecessary testing code in PSTimeDateEditor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSTimeDateEditor.m

    r521 r556  
    1414+ (void)setUpTimeField:(NSTextField *)timeOfDay dateField:(NSTextField *)timeDate completions:(NSPopUpButton *)timeDateCompletions;
    1515{
    16     [[NJRDateFormatter alloc] init]; // XXX testing
    1716    [NSDateFormatter setDefaultFormatterBehavior: NSDateFormatterBehavior10_4];
    1817    static NSDateFormatter *timeFormatter = nil, *dateFormatter = nil;
Note: See TracChangeset for help on using the changeset viewer.