From 98193f7d677ae04306bcaf3db2df2f8cb464b4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 3 Sep 2022 21:40:11 +0200 Subject: [PATCH] spa: libcamera: remove two unused members from libcamera source Neither `next_fmt`, nor `next_size` were actually used, remove them. --- spa/plugins/libcamera/libcamera-source.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/spa/plugins/libcamera/libcamera-source.cpp b/spa/plugins/libcamera/libcamera-source.cpp index a7b3c09dd..f92ced043 100644 --- a/spa/plugins/libcamera/libcamera-source.cpp +++ b/spa/plugins/libcamera/libcamera-source.cpp @@ -120,10 +120,8 @@ struct port { struct spa_param_info params[8]; uint32_t fmt_index; - bool next_fmt; PixelFormat enum_fmt; uint32_t size_index; - bool next_size; }; struct impl {