aboutsummaryrefslogtreecommitdiffstats
path: root/src/EtiReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EtiReader.h')
-rw-r--r--src/EtiReader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/EtiReader.h b/src/EtiReader.h
index e3b8b0e..84ad9b4 100644
--- a/src/EtiReader.h
+++ b/src/EtiReader.h
@@ -47,7 +47,9 @@
class EtiReader
{
public:
- EtiReader(double tist_offset_s, unsigned tist_delay_stages,
+ EtiReader(
+ double tist_offset_s,
+ unsigned tist_delay_stages,
RemoteControllers* rcs);
virtual ~EtiReader();
EtiReader(const EtiReader&);
@@ -87,8 +89,6 @@ protected:
private:
size_t myCurrentFrame;
- bool time_ext_enabled;
- unsigned long timestamp_seconds;
bool eti_fc_valid;
};