summaryrefslogtreecommitdiffhomepage
path: root/cv/video-widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cv/video-widget.hpp')
-rw-r--r--cv/video-widget.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cv/video-widget.hpp b/cv/video-widget.hpp
index 46332afe..3e328977 100644
--- a/cv/video-widget.hpp
+++ b/cv/video-widget.hpp
@@ -8,7 +8,6 @@
#pragma once
-#include "compat/timer.hpp"
#include <opencv2/core/core.hpp>
#include <memory>
#include <QObject>
@@ -33,7 +32,6 @@ private:
QMutex mtx;
QImage texture;
QTimer timer;
- Timer window_check_timer;
cv::Mat _frame, _frame2, _frame3;
- bool freshp, visible;
+ bool freshp;
};