diff --git a/desktop_version/src/Render.cpp b/desktop_version/src/Render.cpp index 9ab8af1c..84cb363a 100644 --- a/desktop_version/src/Render.cpp +++ b/desktop_version/src/Render.cpp @@ -855,9 +855,6 @@ static void menurender(void) font::print_wrap(PR_CEN, -1, 65, loc::gettext("Change the control style for touch input."), tr, tg, tb); break; case 1: - // Display touch buttons! - key.using_touch = true; - font::print(PR_2X | PR_CEN, -1, 30, loc::gettext("UI Scale"), tr, tg, tb); font::print_wrap(PR_CEN, -1, 65, loc::gettext("Change the scale of the UI buttons."), tr, tg, tb);