summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-10-23 15:18:23 -0400
committerPeter Jones <pmjones@gmail.com>2018-03-12 16:21:43 -0400
commit933bb4f776d117f6e8684bdc24b5130ff85ab1a9 (patch)
treef76d1db291c89bb69712e4783d3623a5eb816f6f
parent34e5043496d3b1d84fd434fa65c830c8eafd8dcd (diff)
downloadefi-boot-shim-933bb4f776d117f6e8684bdc24b5130ff85ab1a9.tar.gz
efi-boot-shim-933bb4f776d117f6e8684bdc24b5130ff85ab1a9.zip
MokManager: get rid of struct menu_item, it is unused.
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--MokManager.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/MokManager.c b/MokManager.c
index 578c7249..5a7a2f64 100644
--- a/MokManager.c
+++ b/MokManager.c
@@ -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;