summaryrefslogtreecommitdiff
path: root/riscos/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/bitmap.c')
-rw-r--r--riscos/bitmap.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/riscos/bitmap.c b/riscos/bitmap.c
index 257d7ced2..6caaf3e2a 100644
--- a/riscos/bitmap.c
+++ b/riscos/bitmap.c
@@ -782,23 +782,6 @@ void bitmap_modified(void *vbitmap) {
/**
- * The bitmap image can be suspended.
- *
- * \param bitmap a bitmap, as returned by bitmap_create()
- * \param private_word a private word to be returned later
- * \param invalidate the function to be called upon suspension
- */
-void bitmap_set_suspendable(void *vbitmap, void *private_word,
- void (*invalidate)(void *bitmap, void *private_word)) {
- struct bitmap *bitmap = (struct bitmap *) vbitmap;
-
- bitmap->private_word = private_word;
- bitmap->invalidate = invalidate;
- bitmap_suspendable++;
-}
-
-
-/**
* Performs routine maintenance.
*/
void bitmap_maintain(void)