Remove objectAtIndex: from strings

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-09-08 18:04:51 +00:00
parent 0f11471fdf
commit e1e2a71b1d
3 changed files with 5 additions and 19 deletions

View file

@ -388,14 +388,6 @@
}
}
// FOR IndexedCollection SUPPORT;
- objectAtIndex: (unsigned)index
{
CHECK_INDEX_RANGE_ERROR(index, _count);
return [NSNumber numberWithChar: unitochar(_contents_chars[index])];
}
- (id) propertyList
{
id result;