diff --git a/Source/NSProxy.m b/Source/NSProxy.m index b3e4c74f6..0c2fd1e4a 100644 --- a/Source/NSProxy.m +++ b/Source/NSProxy.m @@ -90,7 +90,6 @@ return object_get_class(self); } -#if 0 - (BOOL) conformsToProtocol: (Protocol*)aProtocol { NSInvocation* inv; @@ -105,7 +104,6 @@ [inv getReturnValue: &result]; return result; } -#endif - (void) dealloc { @@ -221,7 +219,6 @@ } } -#if 0 - (BOOL) respondsToSelector: (SEL)aSelector { NSInvocation* inv; @@ -236,7 +233,6 @@ [inv getReturnValue: &result]; return result; } -#endif - retain {