summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy')
-rw-r--r--tracker-easy/tracker-easy.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tracker-easy/tracker-easy.cpp b/tracker-easy/tracker-easy.cpp
index 3f5c449b..211eb267 100644
--- a/tracker-easy/tracker-easy.cpp
+++ b/tracker-easy/tracker-easy.cpp
@@ -581,14 +581,6 @@ namespace EasyTracker
iPreview = Preview(w, h);
}
}
- else
- {
- // No preview, destroy preview pop-up
- if (iDebug)
- {
- cv::destroyWindow("Preview");
- }
- }
dbgout << "Frame time:" << iTimer.elapsed_seconds();
//infout << "ProcessFrame - end";