From 6fb55e1e70426207e538a88b39081bdc644b6d87 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 22 Jan 2024 17:44:05 +0200 Subject: libcamera: Remove empty formats.c Commit e0a51061bc69 ("libcamera: formats: Add 14-bits Bayer RAW formats") added an empty formats.c file by mistake (and we failed to catch it during review). Delete it. Fixes: e0a51061bc69 ("libcamera: formats: Add 14-bits Bayer RAW formats") Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/libcamera/formats.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/libcamera/formats.c diff --git a/src/libcamera/formats.c b/src/libcamera/formats.c deleted file mode 100644 index e69de29b..00000000 -- cgit v1.2.1