summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-rw-r--r--setup/display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup/display.c b/setup/display.c
index 840938af..07be4be9 100644
--- a/setup/display.c
+++ b/setup/display.c
@@ -197,8 +197,6 @@ void ConfigDisplay(void)
ar_dropdown = TXT_NewDropdownList(&aspect_ratio_correct,
aspect_ratio_strings,
NUM_RATIO_CORRECT),
- TXT_NewLabel("Startup delay (ms)"),
- TXT_NewIntInputBox(&startup_delay, 5),
NULL);
TXT_SignalConnect(ar_dropdown, "changed", UpdateModes, NULL);