summaryrefslogtreecommitdiff
path: root/src/subrip_reader.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-11 11:46:13 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-11 11:46:13 +0000
commit8fd43fface7757bd0d7228ff0490a8c8ad074175 (patch)
tree420c5f191afe48cfe1c5094838002e84739aea91 /src/subrip_reader.h
parent4e4e5f750fea7bb011c5c12181a55b90b3202cb7 (diff)
Extract get_line_{file,stringstream} into standalone methods.
Diffstat (limited to 'src/subrip_reader.h')
-rw-r--r--src/subrip_reader.h2
1 files changed, 0 insertions, 2 deletions
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<std::string> get_line_stringstream (std::stringstream* str) const;
- boost::optional<std::string> get_line_file (FILE* file) const;
void read (boost::function<boost::optional<std::string> ()> get_line);
};