(alloc, respondsToSelector:, conformsToProtocol:) removed.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-03-12 22:15:58 +00:00
parent 8c16f0e23d
commit 92a8b52ebe
2 changed files with 0 additions and 12 deletions

View file

@ -180,12 +180,6 @@
- withElementsTransformedByCalling: (elt(*)(elt))transFunc
call: (void(*)(elt))destFunc;
// BE SURE WE HAVE THESE METHODS NORMALLY PROVIDED BY NSObject;
+ alloc;
- (BOOL) respondsToSelector: (SEL)aSel;
- (BOOL) conformsToProtocol: aProtocolObject;
@end
#endif /* __Collecting_h_INCLUDE_GNU */

View file

@ -180,12 +180,6 @@
- withElementsTransformedByCalling: (elt(*)(elt))transFunc
call: (void(*)(elt))destFunc;
// BE SURE WE HAVE THESE METHODS NORMALLY PROVIDED BY NSObject;
+ alloc;
- (BOOL) respondsToSelector: (SEL)aSel;
- (BOOL) conformsToProtocol: aProtocolObject;
@end
#endif /* __Collecting_h_INCLUDE_GNU */