Remove duplicated methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-01-11 09:19:16 +00:00
parent bf2386269b
commit ee93c60ae5
4 changed files with 1 additions and 9 deletions

View file

@ -109,7 +109,6 @@ enum
- (void) setHour: (NSInteger) v;
- (void) setMinute: (NSInteger) v;
- (void) setMonth: (NSInteger) v;
- (void) setQuarter: (NSInteger) v;
- (void) setSecond: (NSInteger) v;
- (void) setWeek: (NSInteger) v;
- (void) setWeekday: (NSInteger) v;

View file

@ -98,7 +98,6 @@ GS_EXPORT const NSTimeInterval NSTimeIntervalSince1970;
- (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
- (NSTimeInterval) timeIntervalSinceNow;
- (NSTimeInterval) timeIntervalSinceReferenceDate;
- (NSTimeInterval) timeIntervalSinceReferenceDate;
// Comparing dates

View file

@ -363,7 +363,7 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
forMode: (NSString *) mode;
#if OS_API_VERSION(100500,GS_API_LATEST)
- (NSInteger)port;
- (NSInteger) port;
- (void) publishWithOptions: (NSNetServiceOptions)options;
#endif
@ -376,11 +376,6 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
- (void) startMonitoring;
- (void) stopMonitoring;
#if OS_API_VERSION(100500,GS_API_LATEST)
- (NSInteger)port;
- (void) publishWithOptions: (NSNetServiceOptions)options;
#endif
- (id<NSNetServiceDelegate>) delegate;
- (void) setDelegate: (id<NSNetServiceDelegate>) delegate;

View file

@ -350,7 +350,6 @@ typedef NSUInteger NSStringEncodingConversionOptions;
- (id) initWithData: (NSData*)data
encoding: (NSStringEncoding)encoding;
- (id) initWithContentsOfFile: (NSString*)path;
- (id) init;
// Getting a String's Length
- (NSUInteger) length;