diff options
Diffstat (limited to 'libobjc/objc')
-rw-r--r-- | libobjc/objc/deprecated/Object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libobjc/objc/deprecated/Object.h b/libobjc/objc/deprecated/Object.h index 91b9a86..d7924e0 100644 --- a/libobjc/objc/deprecated/Object.h +++ b/libobjc/objc/deprecated/Object.h @@ -49,7 +49,6 @@ - (struct objc_method_description *)descriptionForMethod:(SEL)aSel; /* Forwarding */ -- (retval_t)forward:(SEL)aSel :(arglist_t)argFrame; - (retval_t)performv:(SEL)aSel :(arglist_t)argFrame; /* Posing */ |