Remove pixel doubling option for x86

This commit is contained in:
Simon Long 2019-10-08 10:21:22 +01:00
parent 202d0eed04
commit 50955d948d
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20191008) buster; urgency=medium
* Remove pixel doubling option for x86
-- Simon Long <simon@raspberrypi.org> Tue, 08 Oct 2019 10:19:48 +0100
raspi-config (20191005) buster; urgency=medium
* Add overlay file system functions

View File

@ -2248,7 +2248,6 @@ if [ "$INTERACTIVE" = True ]; then
"3 Boot Options" "Configure options for start-up" \
"4 Localisation Options" "Set up language and regional settings to match your location" \
"5 SSH" "Enable/Disable remote command line access to your PC using SSH" \
"6 Pixel Doubling" "Enable/Disable 2x2 pixel mapping" \
"8 Update" "Update this tool to the latest version" \
"9 About raspi-config" "Information about this configuration tool" \
3>&1 1>&2 2>&3)
@ -2277,7 +2276,6 @@ if [ "$INTERACTIVE" = True ]; then
3\ *) do_boot_menu ;;
4\ *) do_internationalisation_menu ;;
5\ *) do_ssh ;;
6\ *) do_pixdub ;;
8\ *) do_update ;;
9\ *) do_about ;;
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;