summaryrefslogtreecommitdiffhomepage
path: root/tracker-points/module/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-points/module/camera.cpp')
-rw-r--r--tracker-points/module/camera.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-points/module/camera.cpp b/tracker-points/module/camera.cpp
index a70698de..25f1f8d5 100644
--- a/tracker-points/module/camera.cpp
+++ b/tracker-points/module/camera.cpp
@@ -96,7 +96,6 @@ bool Camera::start(const QString& name, int fps, int res_x, int res_y)
if (!cap)
goto fail;
- camera::info info {};
info.fps = fps;
info.width = res_x;
info.height = res_y;