]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h
Performance and size optimised.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / GraphicsConsole.h
index 6306a2b7bb105e13767400db9a04634cc12c9ce4..dc516f4f64bdcd45fe6e8d161703e98a291b271d 100644 (file)
@@ -41,7 +41,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL  gGraphicsConsoleComponentName2;
 extern EFI_DRIVER_BINDING_PROTOCOL   gGraphicsConsoleDriverBinding;\r
 extern EFI_NARROW_GLYPH              gUsStdNarrowGlyphData[];\r
 \r
-\r
+extern UINT32 mNarrowFontSize;\r
 //\r
 // User can define valid graphic resolution here\r
 // e.g. 640x480, 800x600, 1024x768...\r
@@ -216,19 +216,6 @@ GraphicsConsoleComponentNameGetControllerName (
   );\r
 \r
 \r
-\r
-\r
-/**\r
-  Returns available Unicode glyphs narrow fonts(8*19 pixels) size.\r
-\r
-  @return Narrow font size.\r
-\r
-**/\r
-UINT32\r
-ReturnNarrowFontSize (\r
-  VOID\r
-  );\r
-\r
 /**\r
   Reset the text output device hardware and optionally run diagnostics.\r
   \r