([MemoryStream -flushStream]): Method removed.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-25 15:11:40 +00:00
parent fcd9e82663
commit e895d8bfaf

View file

@ -231,11 +231,6 @@ void unchar_func(void *s, int c)
return ret;
}
- (void) flushStream
{
/* Nothing needed */
}
- (void) setStreamPosition: (unsigned)i
{
position = i;