aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/TextInputStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/TextInputStream.hxx')
-rw-r--r--src/input/TextInputStream.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input/TextInputStream.hxx b/src/input/TextInputStream.hxx
index ce1eaddff..6f39d22cf 100644
--- a/src/input/TextInputStream.hxx
+++ b/src/input/TextInputStream.hxx
@@ -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