uterm: video: remove unused UTERM_FORMAT_MONO
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 11:12:05 +0000 (13:12 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 11:12:05 +0000 (13:12 +0200)
This format is not used, neither implemented, so it is safe to remove the
constant.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm.h

index 51a7646..a575d6e 100644 (file)
@@ -159,7 +159,6 @@ struct uterm_video_hotplug {
 };
 
 enum uterm_video_format {
-       UTERM_FORMAT_MONO,
        UTERM_FORMAT_GREY,
        UTERM_FORMAT_XRGB32,
 };