uterm: video: remove unused UTERM_FORMAT_MONO

This format is not used, neither implemented, so it is safe to remove the
constant.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-07-31 13:12:05 +02:00
parent 254cb5f6cb
commit 7c075e3891

View File

@ -159,7 +159,6 @@ struct uterm_video_hotplug {
};
enum uterm_video_format {
UTERM_FORMAT_MONO,
UTERM_FORMAT_GREY,
UTERM_FORMAT_XRGB32,
};