summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 23:06:01 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 23:06:01 +0100
commit1ef7336f22c5751f8dd35c60d2e34fe0f49af455 (patch)
tree4d4c2cb2f96cbe8a11cf74e43348dc276e955080 /amiga/plotters.h
parent6d602b103e317a2e69618681ae0216d541b7b7af (diff)
downloadnetsurf-1ef7336f22c5751f8dd35c60d2e34fe0f49af455.tar.gz
netsurf-1ef7336f22c5751f8dd35c60d2e34fe0f49af455.tar.bz2
revert begin/endrefresh image avoidance - this isn't the cause of the simplerefresh damage region deadlock
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/plotters.h b/amiga/plotters.h
index b51aad2b0..94dfaee6e 100755
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -34,7 +34,6 @@ struct gui_globals
APTR tmprasbuf;
struct Rectangle rect;
struct MinList *shared_pens;
- bool locked_layers;
#ifdef NS_AMIGA_CAIRO
cairo_surface_t *surface;
cairo_t *cr;