1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00

v4l_id: remove left-over variable

This commit is contained in:
Kay Sievers 2011-02-15 17:27:29 +01:00
parent 4ace8a43ac
commit 89284ddac4

View File

@ -38,7 +38,6 @@ int main (int argc, char *argv[])
};
int fd;
char *device;
struct video_capability v1cap;
struct v4l2_capability v2cap;
while (1) {