cocoa.runtime: remove bindings to obsolete objc runtime functions

db4
Joe Groff 2011-09-11 16:45:44 -07:00
parent 5ce32b35a7
commit 9b23085c95
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ FUNCTION: char class_addProtocol ( Class class, Protocol protocol ) ;
FUNCTION: uint method_getNumberOfArguments ( Method method ) ;
FUNCTION: uint method_getSizeOfArguments ( Method method ) ;
FUNCTION: uint method_getArgumentInfo ( Method method, int argIndex, c-string* type, int* offset ) ;
FUNCTION: void* method_copyReturnType ( Method method ) ;
FUNCTION: void* method_copyArgumentType ( Method method, uint index ) ;