From: Vladimir 'phcoder' Serbinenko Date: Thu, 24 Dec 2009 23:12:36 +0000 (+0100) Subject: Remove NEED_INIT. X-Git-Tag: 1.98~202^2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=840f2e6e08124fc5bdd3c82de78de38eedb4177e;p=thirdparty%2Fgrub.git Remove NEED_INIT. --- diff --git a/include/grub/term.h b/include/grub/term.h index 24bb503ba..479081d86 100644 --- a/include/grub/term.h +++ b/include/grub/term.h @@ -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. */