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

Prototype to pacify GCC: remove code necessary to compile under 10.1.x, which we haven't done in years.

File:
1 edited

Legend:

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

    r364 r605  
    1111#import "NSCharacterSet-NJRExtensions.h"
    1212
    13 /* only defined in 10.2, but we want to be able to compile without warnings on 10.1.x */
    14 @interface NSColor (JaguarExtras)
    15 + (NSColor *)alternateSelectedControlColor;
     13@interface NJRTableView (Private)
     14- (void)_resetTypeSelect;
    1615@end
    1716
Note: See TracChangeset for help on using the changeset viewer.