]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SetupBrowserDxe/Ui.h
Use standard VA_LIST to pass variable argument list.
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Ui.h
index 6e6b8975c17bcd2af65c4762e84c19df9f35262e..444961c9ddf2f59f78acecec71d05307a08188ff 100644 (file)
@@ -364,7 +364,6 @@ UiWaitForSingleEvent (
 \r
   @param RequestedWidth  The width of the pop-up.\r
   @param NumberOfLines   The number of lines.\r
-  @param ArrayOfStrings  The array of string to be printed.\r
   @param ...             A series of text strings that displayed in the pop-up.\r
 \r
 **/\r
@@ -372,7 +371,6 @@ VOID
 CreatePopUp (\r
   IN  UINTN                       ScreenWidth,\r
   IN  UINTN                       NumberOfLines,\r
-  IN  CHAR16                      *ArrayOfStrings,\r
   ...\r
   )\r
 ;\r