diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-14 05:34:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-14 06:16:42 +0200 |
commit | fd8df2acc588fabc6022664f292b6353b2b7bf07 (patch) | |
tree | 62f8c3a8d77627407bc5a71f29d979da78037888 /tracker-wii/wii_frame.hpp | |
parent | c9a486401d6d2fb71034b456854f4fe7e8478f6d (diff) |
tracker/wii: kill unused variables
Diffstat (limited to 'tracker-wii/wii_frame.hpp')
-rw-r--r-- | tracker-wii/wii_frame.hpp | 3 |
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; }; |