mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
remove declaration of unused methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39084 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf5038e2ac
commit
3fc29289f2
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-10-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSBundle.m: remove declaration of unused methods.
|
||||
|
||||
2015-10-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSSocketPortNameServer.m: Fix retain/release error causing
|
||||
|
|
|
@ -173,8 +173,6 @@ static NSLock *pathCacheLock = nil;
|
|||
static NSMutableDictionary *pathCache = nil;
|
||||
|
||||
@interface NSObject (PrivateFrameworks)
|
||||
+ (NSString*) frameworkEnv;
|
||||
+ (NSString*) frameworkPath;
|
||||
+ (NSString*) frameworkVersion;
|
||||
+ (NSString**) frameworkClasses;
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue