]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h
add comments to function declarations and definitions and updated to match coding...
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / HexEditorTypes.h
index 51c9f44cd52d589fc85b86cfd5b34027c33bc2b8..2849f2b413a00d3db47ae730dbdd6d1e7f5c58c7 100644 (file)
@@ -109,14 +109,8 @@ typedef struct {
 \r
 } HEFI_EDITOR_BUFFER_IMAGE;\r
 \r
-typedef struct {\r
-  UINT8 *Buffer;\r
-  UINTN Size;\r
-} HEFI_EDITOR_CLIPBOARD;\r
-\r
 typedef struct {\r
   HEFI_EDITOR_BUFFER_IMAGE    *BufferImage;\r
-  HEFI_EDITOR_CLIPBOARD       *Clipboard;\r
 \r
   HEFI_EDITOR_COLOR_UNION     ColorAttributes;\r
   HEFI_EDITOR_POSITION        ScreenSize;           // row number and column number\r