mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
bf2386269b
commit
ee93c60ae5
4 changed files with 1 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -98,7 +98,6 @@ GS_EXPORT const NSTimeInterval NSTimeIntervalSince1970;
|
|||
- (NSTimeInterval) timeIntervalSinceDate: (NSDate*)otherDate;
|
||||
- (NSTimeInterval) timeIntervalSinceNow;
|
||||
- (NSTimeInterval) timeIntervalSinceReferenceDate;
|
||||
- (NSTimeInterval) timeIntervalSinceReferenceDate;
|
||||
|
||||
// Comparing dates
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue