Minor tidy up for methodForSelector:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19183 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-04-25 11:08:52 +00:00
parent a0c5edbefe
commit 488e376948
4 changed files with 7 additions and 10 deletions

View file

@ -624,11 +624,6 @@ enum
return self;
}
- (IMP) methodForSelector: (SEL)aSelector
{
return get_imp(GSObjCClass((id)self), aSelector);
}
/**
* <p>Returns the method signature describing the arguments and return
* types of the method in the object referred to by the receiver