video: Removed unused macro

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-07-11 17:47:22 +02:00
parent 1efa9d877e
commit 18331ff41d
-2
View File
@@ -27,8 +27,6 @@
#include <stdbool.h>
#define ALIGN(x, y) ((x + (y - 1)) & ~(y - 1))
struct video_format {
char *description;
unsigned int v4l2_format;