summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-21 20:42:49 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-21 20:42:49 +0000
commitb41685208f25a906b8a08809e67c2a1a2ec153d9 (patch)
tree242bf836618e5de28240d7848998bf26e8c2d36b /amiga/bitmap.h
parent0cc19b10fcd9f43bb4c9d83654d2d07cad139b12 (diff)
downloadnetsurf-b41685208f25a906b8a08809e67c2a1a2ec153d9.tar.gz
netsurf-b41685208f25a906b8a08809e67c2a1a2ec153d9.tar.bz2
Revert "alloc bitmap structures using itempools"
This reverts commit 0cc19b10fcd9f43bb4c9d83654d2d07cad139b12. This caused memory leakage, as the memory pool is removed before the core has destroyed all the bitmaps.
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index 4607d9f99..ff1b01c6e 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -53,9 +53,6 @@ PLANEPTR ami_bitmap_get_mask(struct bitmap *bitmap, int width,
Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap);
struct bitmap *ami_bitmap_from_datatype(char *filename);
-void amiga_bitmap_fini(void);
-bool amiga_bitmap_init(void);
-
#ifndef __amigaos4__
void ami_bitmap_argb_to_rgba(struct bitmap *bm);
#endif