mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(releaseObjects, release): Methods removed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@162 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d2dafa936f
commit
6f852b1188
2 changed files with 0 additions and 8 deletions
|
@ -44,10 +44,6 @@
|
|||
- init;
|
||||
- initWithContentsOf: (id <Collecting>)aCollection;
|
||||
|
||||
// RELEASING;
|
||||
- (oneway void) release;
|
||||
- releaseObjects;
|
||||
|
||||
// ADDING;
|
||||
- addObject: newObject;
|
||||
- addObjectIfAbsent: newObject;
|
||||
|
|
|
@ -44,10 +44,6 @@
|
|||
- init;
|
||||
- initWithContentsOf: (id <Collecting>)aCollection;
|
||||
|
||||
// RELEASING;
|
||||
- (oneway void) release;
|
||||
- releaseObjects;
|
||||
|
||||
// ADDING;
|
||||
- addObject: newObject;
|
||||
- addObjectIfAbsent: newObject;
|
||||
|
|
Loading…
Reference in a new issue