Deprecate/remove old GC options

This commit is contained in:
rfm 2024-07-21 09:16:09 +01:00
parent 586f0310d9
commit c46d447100
2 changed files with 58 additions and 48 deletions

View file

@ -123,16 +123,6 @@ GS_EXPORT_CLASS
@interface NSPointerArray (NSArrayConveniences)
/** Creates an instance configured to hold objects and prevent them from
* being garbage collected.
*/
+ (id) pointerArrayWithStrongObjects;
/** Creates an instance configured to hold objects, allowing them to be
* garbage collected and replaced by nil if/when they are collected.
*/
+ (id) pointerArrayWithWeakObjects;
/** Returns an array containing all the non-nil objects from the receiver.
*/
- (NSArray*) allObjects;