summaryrefslogtreecommitdiff
path: root/amiga/rtg.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/rtg.h')
-rw-r--r--amiga/rtg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/rtg.h b/amiga/rtg.h
index 9d9e9a41f..72f5bf38b 100644
--- a/amiga/rtg.h
+++ b/amiga/rtg.h
@@ -25,12 +25,10 @@
#include <proto/graphics.h>
#include <proto/Picasso96API.h>
-/* Wrappers for Alloc/FreeBitMap and RectFill */
+/* Wrappers for Alloc/FreeBitMap */
struct BitMap *ami_rtg_allocbitmap(ULONG width, ULONG height, ULONG depth,
ULONG flags, struct BitMap *friend, RGBFTYPE format);
void ami_rtg_freebitmap(struct BitMap *bm);
-void ami_rtg_rectfill(struct RastPort *rp, UWORD min_x, UWORD min_y,
- UWORD max_x, UWORD max_y, ULONG colour);
/* WritePixelArray wrapper. This isn't entirely (at all) equivalent to p96WPA */
void ami_rtg_writepixelarray(UBYTE *pixdata, struct BitMap *bm,