Rename Common::Stream::readLine_NEW to readLine

svn-id: r46779
This commit is contained in:
Max Horn 2009-12-30 23:00:55 +00:00
parent 47f48dd912
commit d083e02215
7 changed files with 14 additions and 14 deletions

View file

@ -524,7 +524,7 @@ int bdf_read_bitmaps(Common::SeekableReadStream &fp, NewFontData* pf) {
}
/* read the next non-comment line, returns buf or NULL if EOF*/
// TODO: Can we use SeekableReadStream::readLine resp. readLine_NEW instead?
// TODO: Can we use SeekableReadStream::readLine instead?
char *bdf_getline(Common::SeekableReadStream &fp, char *buf, int len) {
int c;
char *b;