summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-26 22:24:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-26 22:24:41 +0000
commit31bd1df6f9ace7c05e430df1e6e9a6d08c17909b (patch)
treefd8ec4060288e3f9164ee2dc3b218857d1a6d93f /amiga/tree.c
parentf8d46be1af8a24a8fbadaf0595c3e30262b18058 (diff)
downloadnetsurf-31bd1df6f9ace7c05e430df1e6e9a6d08c17909b.tar.gz
netsurf-31bd1df6f9ace7c05e430df1e6e9a6d08c17909b.tar.bz2
Stop mix'n'match p96/gfx.lib drawing, remove ami_clg
svn path=/trunk/netsurf/; revision=11832
Diffstat (limited to 'amiga/tree.c')
-rwxr-xr-xamiga/tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 44ff43121..c474a99bd 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -1249,8 +1249,6 @@ void ami_tree_redraw_request(int x, int y, int width, int height, void *data)
if(x - pos_x + width > bbox->Width) width = bbox->Width - (x - pos_x);
if(y - pos_y + height > bbox->Height) height = bbox->Height - (y - pos_y);
- ami_clg(0xffffffff);
-
tree_draw(twin->tree, -pos_x, -pos_y, x, y, width, height);
BltBitMapRastPort(twin->globals.bm, x - pos_x, y - pos_y, twin->win->RPort,