From 2089fb99e5b289a24ad8aade07a20e0659905143 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Jan 2020 14:57:27 +0100 Subject: Introduce InputReader to read data from the file and do low-level parsing. --- src/stl_binary_reader.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/stl_binary_reader.h') diff --git a/src/stl_binary_reader.h b/src/stl_binary_reader.h index 240b9e7..4c8f6e1 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -33,7 +33,6 @@ class STLBinaryReader : public Reader { public: STLBinaryReader (std::istream &); - ~STLBinaryReader (); std::map metadata () const; @@ -68,12 +67,7 @@ public: std::string editor_contact_details; private: - std::string get_string (int, int) const; - int get_int (int, int) const; - Time get_timecode (int) const; - STLBinaryTables _tables; - unsigned char* _buffer; }; } -- cgit v1.2.3