From 19e723a0d7aa2bbce713a8eef1379d1349b4df4b Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 29 Jul 1998 09:47:26 +0000 Subject: [PATCH] Reinstated -respondsToSelector: and -conformsToProtocol: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2876 72102866-910b-0410-8b05-ffd578937521 --- Source/NSProxy.m | 4 ---- 1 file changed, 4 deletions(-) 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 {