summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-07 21:28:55 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-07 21:28:55 +0100
commit3ba621759c4fb20dc35724414cb59c665686d418 (patch)
tree78e9181788827f86d8d370b66405764616f7a0af /amiga/bitmap.h
parent2eeb2c07bfe836b66ad3804b5c5a373c65674e59 (diff)
downloadnetsurf-3ba621759c4fb20dc35724414cb59c665686d418.tar.gz
netsurf-3ba621759c4fb20dc35724414cb59c665686d418.tar.bz2
hide internal palette-mapped and true-colour bitmap conversion functions
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 ce5624c31..bf25e8ecf 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -44,9 +44,6 @@ struct bitmap {
struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap,
int width, int height, struct BitMap *friendbm);
-struct BitMap *ami_getcachenativebm(struct bitmap *bitmap,int width,int height,struct BitMap *friendbm);
-struct BitMap *ami_bitmap_get_palettemapped(struct bitmap *bitmap, int width, int height);
-
Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap);
struct bitmap *ami_bitmap_from_datatype(char *filename);
#endif