spa: libcamera: source: remove unused enum_fmt member

This was introduced by b2c38a2b3b ("libcamera: work on rewrite"),
but it has never been used.
This commit is contained in:
Barnabás Pőcze 2025-07-24 09:51:42 +02:00 committed by Wim Taymans
parent 30ce210c2a
commit c167b98ff2

View file

@ -97,7 +97,6 @@ struct port {
struct spa_param_info params[N_PORT_PARAMS];
std::size_t fmt_index = 0;
PixelFormat enum_fmt;
std::size_t size_index = 0;
port(struct impl *impl)