diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-28 19:32:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-28 19:33:26 +0200 |
commit | 945ef99fc08d4ffd799a60377fe09ac81391fc34 (patch) | |
tree | 0396396f6a5724a01f18f98b2735ad2d17b8c41c /tracker-pt/point_tracker.h | |
parent | 51449ce32dcac7692d5b29fc49f8102b3478466c (diff) |
tracker/pt: fix warnings
Diffstat (limited to 'tracker-pt/point_tracker.h')
-rw-r--r-- | tracker-pt/point_tracker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 54c33a5e..05ff04bf 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -82,7 +82,6 @@ private: Affine X_CM; // transform from model to camera Affine X_CM_expected; - PointOrder prev_positions; Timer t; bool init_phase = true; }; |