This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: qv4l2: remove unused local variables 'QString what' Author: Peter Seiderer <ps.rep...@gmx.net> Date: Thu Nov 16 13:23:59 2023 +0100 Signed-off-by: Peter Seiderer <ps.rep...@gmx.net> Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> utils/qv4l2/ctrl-tab.cpp | 2 -- 1 file changed, 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=94708e317d461654b25051f1ddc9d5ab367617df diff --git a/utils/qv4l2/ctrl-tab.cpp b/utils/qv4l2/ctrl-tab.cpp index cfdecdebec8b..dcf014a86f25 100644 --- a/utils/qv4l2/ctrl-tab.cpp +++ b/utils/qv4l2/ctrl-tab.cpp @@ -704,7 +704,6 @@ void ApplicationWindow::refresh() void ApplicationWindow::setWhat(QWidget *w, unsigned id, const QString &v) { const v4l2_query_ext_ctrl &qec = m_ctrlMap[id]; - QString what; QString flags = getCtrlFlags(qec.flags); switch (qec.type) { @@ -725,7 +724,6 @@ void ApplicationWindow::setWhat(QWidget *w, unsigned id, const QString &v) void ApplicationWindow::setWhat(QWidget *w, unsigned id, long long v) { const v4l2_query_ext_ctrl &qec = m_ctrlMap[id]; - QString what; QString flags = getCtrlFlags(qec.flags); switch (qec.type) { _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits