mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([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:
parent
fcd9e82663
commit
e895d8bfaf
1 changed files with 0 additions and 5 deletions
|
@ -231,11 +231,6 @@ void unchar_func(void *s, int c)
|
|||
return ret;
|
||||
}
|
||||
|
||||
- (void) flushStream
|
||||
{
|
||||
/* Nothing needed */
|
||||
}
|
||||
|
||||
- (void) setStreamPosition: (unsigned)i
|
||||
{
|
||||
position = i;
|
||||
|
|
Loading…
Reference in a new issue