diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-23 15:24:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-23 15:24:37 +0100 |
commit | e058bd379f452ba7ecce64625c4438279a668ba4 (patch) | |
tree | b28940f58338d0af328476d83146590ded3b56e7 /ftnoir_tracker_aruco/ftnoir_tracker_aruco.h | |
parent | 104f23670b7c3c5a1091a45d513b32bf72040a19 (diff) |
remove goto, hopefully fix osx
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'ftnoir_tracker_aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | ftnoir_tracker_aruco/ftnoir_tracker_aruco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h index 9b9ff19d..097c91e1 100644 --- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h +++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h @@ -40,7 +40,6 @@ private: double pose[6]; cv::Mat frame; double headpos[3]; - volatile bool reset; }; // Widget that has controls for FTNoIR protocol client-settings. |