mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-14 11:10:31 +00:00
MokManager: get rid of struct menu_item, it is unused.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
34e5043496
commit
933bb4f776
@ -22,15 +22,6 @@
|
||||
#define CERT_STRING L"Select an X509 certificate to enroll:\n\n"
|
||||
#define HASH_STRING L"Select a file to trust:\n\n"
|
||||
|
||||
struct menu_item {
|
||||
CHAR16 *text;
|
||||
INTN (*callback)(void *data, void *data2, void *data3);
|
||||
void *data;
|
||||
void *data2;
|
||||
void *data3;
|
||||
UINTN colour;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
UINT32 MokSize;
|
||||
UINT8 *Mok;
|
||||
|
Loading…
Reference in New Issue
Block a user