diff options
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.cpp')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index ef6058db..231a56cd 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -13,7 +13,6 @@ #include <QFile> #include <QCoreApplication> #include "compat/camera-names.hpp" -#include "compat/sleep.hpp" #include <functional> //#define PT_PERF_LOG //log performance @@ -41,7 +40,6 @@ Tracker_PT::~Tracker_PT() if (video_frame->layout()) delete video_frame->layout(); } // fast start/stop causes breakage - portable::sleep(1000); camera.stop(); } |