summaryrefslogtreecommitdiffstats
path: root/src/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video.h')
-rw-r--r--src/video.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video.h b/src/video.h
index 021b869..e1cdcb8 100644
--- a/src/video.h
+++ b/src/video.h
@@ -37,11 +37,6 @@ struct video_format {
unsigned int bpp;
};
-inline unsigned int video_v4l2_format(bool tiled_format)
-{
- return tiled_format ? V4L2_PIX_FMT_MB32_NV12 : V4L2_PIX_FMT_NV12;
-}
-
struct video_format *video_format_find(bool tiled_format);
#endif