From cb0753adaefcd365134a16b5ebc0be76c1f7b7da Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Dec 2021 20:36:56 +0100 Subject: remove unfinished extension support --- opentrack/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack') diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 9e7b8695..a4db3430 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -418,7 +418,7 @@ void main_window::start_tracker_() if (work) return; - work = std::make_shared(pose, ev, ui.video_frame, current_tracker(), current_protocol(), current_filter()); + work = std::make_shared(pose, ui.video_frame, current_tracker(), current_protocol(), current_filter()); if (!work->is_ok()) { -- cgit v1.2.3