diff options
Diffstat (limited to 'obrender/image.h')
| -rw-r--r-- | obrender/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/obrender/image.h b/obrender/image.h index 6e4a50e0..28f29c2c 100644 --- a/obrender/image.h +++ b/obrender/image.h @@ -22,10 +22,6 @@ #include "render.h" #include "geom.h" -/*! Initialize an RrImagePicture to the specified dimensions and pixel data */ -void RrImagePicInit(RrImagePic *pic, const gchar *path, - gint w, gint h, RrPixel32 *data); - void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img, gint target_w, gint target_h, RrRect *area); |
