From 9b23085c951a911b0173d5d08b8b1fe320eab6b5 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 11 Sep 2011 16:45:44 -0700 Subject: [PATCH] cocoa.runtime: remove bindings to obsolete objc runtime functions --- basis/cocoa/runtime/runtime.factor | 4 ---- 1 file changed, 4 deletions(-) diff --git a/basis/cocoa/runtime/runtime.factor b/basis/cocoa/runtime/runtime.factor index 9e49835242..c375006447 100644 --- a/basis/cocoa/runtime/runtime.factor +++ b/basis/cocoa/runtime/runtime.factor @@ -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 ) ;