summaryrefslogtreecommitdiffhomepage
path: root/tracker-wii/wii_frame.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-wii/wii_frame.hpp')
-rw-r--r--tracker-wii/wii_frame.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tracker-wii/wii_frame.hpp b/tracker-wii/wii_frame.hpp
index 336e811d..5d6dd199 100644
--- a/tracker-wii/wii_frame.hpp
+++ b/tracker-wii/wii_frame.hpp
@@ -57,8 +57,7 @@ struct WIIPreview final : pt_preview
private:
static void ensure_size(cv::Mat& frame, int w, int h, int type);
- bool fresh = true;
- cv::Mat frame_copy, frame_color, frame_resize, frame_out;
+ cv::Mat frame_copy, frame_out;
wii_camera_status status;
};