]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove NEED_INIT.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 24 Dec 2009 23:12:36 +0000 (00:12 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 24 Dec 2009 23:12:36 +0000 (00:12 +0100)
include/grub/term.h

index 24bb503ba58c0b436692542f760b2ca6716b474a..479081d86aedae4f9ad596da7cda00e4692cbbc3 100644 (file)
@@ -68,8 +68,6 @@ grub_term_color_state;
 #define GRUB_TERM_NO_EDIT      (1 << 1)
 /* Set when the terminal cannot do fancy things.  */
 #define GRUB_TERM_DUMB         (1 << 2)
-/* Set when the terminal needs to be initialized.  */
-#define GRUB_TERM_NEED_INIT    (1 << 16)
 
 
 /* Bitmasks for modifier keys returned by grub_getkeystatus.  */