From 8fd43fface7757bd0d7228ff0490a8c8ad074175 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 11 Feb 2016 11:46:13 +0000 Subject: Extract get_line_{file,stringstream} into standalone methods. --- src/subrip_reader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/subrip_reader.h') diff --git a/src/subrip_reader.h b/src/subrip_reader.h index 11ce530..e9a9b35 100644 --- a/src/subrip_reader.h +++ b/src/subrip_reader.h @@ -47,8 +47,6 @@ private: static Time convert_time (std::string t); void convert_line (std::string t, int line_number, Time from, Time to); void maybe_content (RawSubtitle& p); - boost::optional get_line_stringstream (std::stringstream* str) const; - boost::optional get_line_file (FILE* file) const; void read (boost::function ()> get_line); }; -- cgit v1.2.3