From 5297666e1352be672c7dc6fe3af44950a52428da Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 24 Oct 2016 20:29:02 +0200 Subject: Remove useless protected: in EtiReader --- src/EtiReader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/EtiReader.h') diff --git a/src/EtiReader.h b/src/EtiReader.h index 33c4230..a8399d2 100644 --- a/src/EtiReader.h +++ b/src/EtiReader.h @@ -65,7 +65,7 @@ public: /* Returns true if we have valid time stamps in the ETI*/ bool sourceContainsTimestamp(); -protected: +private: /* Transform the ETI TIST to a PPS offset in units of 1/16384000 s */ uint32_t getPPSOffset(); @@ -83,7 +83,6 @@ protected: std::vector > mySources; TimestampDecoder myTimestampDecoder; -private: size_t myCurrentFrame; bool eti_fc_valid; }; -- cgit v1.2.3