summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-03 16:56:05 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-03 16:56:05 +0100
commitdba846b5b84533cf940086312db2c596ebe3214e (patch)
treed79510dc933aa70f8d07bc1b1d7f4893aa96aa8b /riscos/bitmap.h
parent1e4c733fc0d91a032ed2a8587b2f014eab7d0291 (diff)
downloadnetsurf-dba846b5b84533cf940086312db2c596ebe3214e.tar.gz
netsurf-dba846b5b84533cf940086312db2c596ebe3214e.tar.bz2
Remove unused function.
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 b6fd3ae45..1253830cc 100644
--- a/riscos/bitmap.h
+++ b/riscos/bitmap.h
@@ -42,7 +42,6 @@ struct bitmap {
};
-struct bitmap *bitmap_create_file(char *file);
void bitmap_overlay_sprite(struct bitmap *bitmap, const osspriteop_header *s);
void bitmap_initialise_memory(void);
void bitmap_quit(void);