summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-14 20:17:17 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-14 20:17:17 +0100
commit493872389687e16dc4bb4ecf33f4951101d4ca8f (patch)
tree3918aa10715240e1d432196b9be9a02f40a854c4 /riscos/bitmap.h
parentd88a8399371dad124136b4e12b9e7b7156ad3c69 (diff)
downloadnetsurf-493872389687e16dc4bb4ecf33f4951101d4ca8f.tar.gz
netsurf-493872389687e16dc4bb4ecf33f4951101d4ca8f.tar.bz2
Remove last notion of bitmap suspension.
Diffstat (limited to 'riscos/bitmap.h')
-rw-r--r--riscos/bitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/bitmap.h b/riscos/bitmap.h
index 84c82ced9..b6fd3ae45 100644
--- a/riscos/bitmap.h
+++ b/riscos/bitmap.h
@@ -32,7 +32,6 @@ struct bitmap {
unsigned int state;
void *private_word;
- void (*invalidate)(void *bitmap, void *private_word);
osspriteop_area *sprite_area; /** Uncompressed data, or NULL */
char *compressed; /** Compressed data, or NULL */