diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-13 06:30:47 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-13 06:30:47 +0000 |
| commit | ae0c23847ba0b2c98d830480f98b998d7f3bec1a (patch) | |
| tree | 6514cebbe7ee95f672832e03fd3d4d5cd37cac00 /tools | |
| parent | cc1662420f3067bbec7ef1bc38f7b6ffe15025e1 (diff) | |
| download | rockbox-ae0c23847ba0b2c98d830480f98b998d7f3bec1a.zip rockbox-ae0c23847ba0b2c98d830480f98b998d7f3bec1a.tar.gz rockbox-ae0c23847ba0b2c98d830480f98b998d7f3bec1a.tar.bz2 rockbox-ae0c23847ba0b2c98d830480f98b998d7f3bec1a.tar.xz | |
Greg Haerr removed the font questions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2281 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/configure b/tools/configure index 8fe0c6a..5f5ca51 100755 --- a/tools/configure +++ b/tools/configure @@ -227,20 +227,6 @@ if [ "-" = "$extra_defines" ]; then extra_defines="$extra_defines" fi - echo "Loadable fonts support? (N)" - getit=`input`; - if [ "y" = "$getit" -o "Y" = "$getit" ] ; then - extra_defines="$extra_defines -DLOADABLE_FONTS" - echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!" - else - echo "Proportional font support? (N)" - - getit=`input`; - - if [ "y" = "$getit" -o "Y" = "$getit" ] ; then - extra_defines="$extra_defines -DLCD_PROPFONTS" - fi - fi fi fi |