aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2021-04-21 10:14:38 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2021-04-21 10:14:38 +0200
commit5191401258b0f39886ca4456c8789ee6c46ccdb0 (patch)
treed9712d2d42eec36c0580a1ba3908ae1eebe32cbc
parent928c17308039c0e48ac72388ac4ea0be371ff00e (diff)
downloadv4l-utils-5191401258b0f39886ca4456c8789ee6c46ccdb0.tar.gz
v4l2-ctl: remove unused struct flag_def
This struct is no longer used, remove it. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r--utils/v4l2-ctl/v4l2-ctl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/v4l2-ctl/v4l2-ctl.h b/utils/v4l2-ctl/v4l2-ctl.h
index 7518ac6f..24eee3d7 100644
--- a/utils/v4l2-ctl/v4l2-ctl.h
+++ b/utils/v4l2-ctl/v4l2-ctl.h
@@ -277,11 +277,6 @@ extern __u32 vidcap_buftype;
extern __u32 vidout_buftype;
extern int verbose;
-struct flag_def {
- unsigned flag;
- const char *str;
-};
-
/* fmts specified */
#define FmtWidth (1L<<0)
#define FmtHeight (1L<<1)