summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-09 18:47:08 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-05-09 18:47:08 +0000
commit1612d0f40dc1c4eb20c2a98098a4d6776f018d86 (patch)
tree617476da0d972d90a35857d408fa9258053ce95f
parentc28114732a96c3a0a476fbf85cf4711405e6e8cc (diff)
downloadnetsurf-1612d0f40dc1c4eb20c2a98098a4d6776f018d86.tar.gz
netsurf-1612d0f40dc1c4eb20c2a98098a4d6776f018d86.tar.bz2
Remove min_font_size setting
svn path=/trunk/netsurf/; revision=7451
-rwxr-xr-xamiga/dist/Install3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 112e73703..8b3b53430 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -368,8 +368,7 @@
(prompt "Setting default options")
(help @textfile-help)
(dest (tackon @default-dest "Resources/Options"))
- (append "font_min_size:12\n"
- "theme:" #theme "\n")
+ (append "theme:" #theme "\n")
)
)
)