X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obrender%2Fimage.h;h=28f29c2c57dd089373c39d267684a93cc6d58e43;hb=6c87b1dd703bb67d7c945dc846da9d17c9c72382;hp=b478daf9f5c797eb194379ba5eb729055cc6fc86;hpb=7aae8cc5262c1b36e3196845d62489b76af9063f;p=chaz%2Fopenbox diff --git a/obrender/image.h b/obrender/image.h index b478daf9..28f29c2c 100644 --- a/obrender/image.h +++ b/obrender/image.h @@ -22,9 +22,6 @@ #include "render.h" #include "geom.h" -/*! Initialize an RrImagePicture to the specified dimensions and pixel data */ -void RrImagePicInit(RrImagePic *pic, gint w, gint h, RrPixel32 *data); - void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img, gint target_w, gint target_h, RrRect *area);