summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-05-09 16:28:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-05-09 16:28:32 +0200
commita11524bfb0b15155b8eb2583548923936a86423e (patch)
tree830912b57752157a3b2e46d3480e50dd63fc2858 /tracker-hatire
parentfa14f46d09a3739b33dd74b577804fdec22b7325 (diff)
tracker/{hatire,rift-080}: remove outdated comments
Diffstat (limited to 'tracker-hatire')
-rwxr-xr-xtracker-hatire/ftnoir_tracker_hat.cpp2
-rwxr-xr-xtracker-hatire/ftnoir_tracker_hat.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat.cpp b/tracker-hatire/ftnoir_tracker_hat.cpp
index b3b9c433..10964bba 100755
--- a/tracker-hatire/ftnoir_tracker_hat.cpp
+++ b/tracker-hatire/ftnoir_tracker_hat.cpp
@@ -139,8 +139,6 @@ void hatire::data(double *data)
CptError=0;
}
- // XXX fix copy-pasted code -sh 20160410
-
// Need to handle this differently in opentrack as opposed to tracknoir
//if (new_frame) {
// in open track always populate the data, it seems opentrack always gives us a zeroed data structure to populate with pose data.
diff --git a/tracker-hatire/ftnoir_tracker_hat.h b/tracker-hatire/ftnoir_tracker_hat.h
index 36d56594..03d00205 100755
--- a/tracker-hatire/ftnoir_tracker_hat.h
+++ b/tracker-hatire/ftnoir_tracker_hat.h
@@ -39,7 +39,6 @@ private:
QByteArray Begin;
QByteArray End;
- // XXX move to settings api -sh 20160410
TrackerSettings s;
int frame_cnt;