Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All reference to these name should use the standard name defined in UEFI 2.1 specification which are EFI_GLYPH_WIDTH and EFI_GLYPH_HEIGHT

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5137 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-04-28 07:38:25 +00:00
parent a0b629b12e
commit 0898c57ce7
2 changed files with 45 additions and 51 deletions

View File

@ -169,12 +169,6 @@ GraphicsConsoleComponentNameGetControllerName (
);
//
// Glyph database
//
//#define GLYPH_WIDTH 8
//#define GLYPH_HEIGHT 19
//
// User can define valid graphic resolution here
// e.g. 640x480, 800x600, 1024x768...