aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/MainMenu.c
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-05-04 20:22:45 +0300
committerJoursoir <chat@joursoir.net>2022-05-04 20:22:45 +0300
commit0127500438ea934128595daea542605e25db1583 (patch)
treeb5d0753248e5260265ccae83f2964cf2c92c3164 /UefiMonitorTest/MainMenu.c
parentb64358b2306e1599f240a749dc0c5cc96694e25b (diff)
downloadumt-0127500438ea934128595daea542605e25db1583.tar.gz
umt-0127500438ea934128595daea542605e25db1583.tar.bz2
umt-0127500438ea934128595daea542605e25db1583.zip
combine 2 state actions API callbacks into 1
Diffstat (limited to 'UefiMonitorTest/MainMenu.c')
-rw-r--r--UefiMonitorTest/MainMenu.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/UefiMonitorTest/MainMenu.c b/UefiMonitorTest/MainMenu.c
index c271e0d..85c9e64 100644
--- a/UefiMonitorTest/MainMenu.c
+++ b/UefiMonitorTest/MainMenu.c
@@ -87,17 +87,10 @@ MainMenuTip (
}
VOID
-MainMenuKeyRight (
- IN UMT_CONTEXT *Ctx
- )
-{
-
-}
-
-VOID
-MainMenuKeyLeft (
- IN UMT_CONTEXT *Ctx
+MainMenuChangeValue (
+ IN UMT_CONTEXT *Ctx,
+ IN INT8 ValueStep
)
{
-
+
}