input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx

This commit is contained in:
Max Kellermann
2014-08-07 19:07:03 +02:00
parent 8278a12af9
commit 5ac2a69940
3 changed files with 55 additions and 22 deletions

View File

@@ -47,9 +47,6 @@ public:
* @return a pointer to the line, or nullptr on end-of-file or error
*/
char *ReadLine();
private:
char *ReadBufferedLine();
};
#endif