summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-07 23:13:42 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-07 23:13:42 +0100
commit1547aebdbb228fd5cc71145b6f7b0d437f1b038b (patch)
treeacf998af2313709768b88fe560cad6e16b4de36c /amiga/gui.c
parent61c268269aa5b91d03793c0a5906e9cb2ad91766 (diff)
downloadnetsurf-1547aebdbb228fd5cc71145b6f7b0d437f1b038b.tar.gz
netsurf-1547aebdbb228fd5cc71145b6f7b0d437f1b038b.tar.bz2
remove depth gadget, as doesn't let us select <256 colours anyway
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 03a2b7dbf..5ec38151b 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -605,7 +605,6 @@ void ami_openscreen(void)
if(AslRequestTags(screenmodereq,
ASLSM_MinDepth, 0,
ASLSM_MaxDepth, 32,
- ASLSM_DoDepth, TRUE,
TAG_DONE))
{
char *modeid = malloc(20);