summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-26 10:36:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-26 10:36:25 +0000
commit757ad3cb0202a46fa25e180506f4b90dba8d9654 (patch)
tree15e4c632e59554e03edac01414637b7e97c90724 /amiga/bitmap.h
parent14d6826685a69d2983cb8df3faaf14b563a0ec6b (diff)
downloadnetsurf-757ad3cb0202a46fa25e180506f4b90dba8d9654.tar.gz
netsurf-757ad3cb0202a46fa25e180506f4b90dba8d9654.tar.bz2
Remove unused ColorMap to CLUT function
svn path=/trunk/netsurf/; revision=12136
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index e4c31637c..d2246d242 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -41,5 +41,4 @@ struct bitmap {
struct BitMap *ami_getcachenativebm(struct bitmap *bitmap,int width,int height,struct BitMap *friendbm);
Object *ami_datatype_object_from_bitmap(struct bitmap *bitmap);
-APTR ami_colormap_to_clut(struct ColorMap *cmap);
#endif