mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
8c16f0e23d
commit
92a8b52ebe
2 changed files with 0 additions and 12 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue