Big rework of image.c and the image cache system.
[dana/openbox.git] / obrender / image.h
index b478daf..28f29c2 100644 (file)
@@ -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);