Drop/adjust a few comments

This commit is contained in:
Kim Woelders 2022-01-23 12:38:52 +01:00
parent 31982cbe63
commit 60fb882dad
2 changed files with 1 additions and 5 deletions

View File

@ -525,9 +525,6 @@ EAPI void imlib_save_image_with_error_return(const char *filename,
Imlib_Load_Error *
error_return);
/* FIXME: */
/* need to add arbitrary rotation routines */
/* rotation/skewing */
EAPI Imlib_Image imlib_create_rotated_image(double angle);

View File

@ -654,8 +654,7 @@ __imlib_GrabDrawableToRGBA(DATA32 * data, int x_dst, int y_dst, int w_dst,
domask = (pdomask) ? *pdomask : 0;
/* FIXME: h_dst isn't used - i wonder if there's a bug looming... */
h_dst = 0;
h_dst = 0; /* h_dst is not used */
if (grab)
XGrabServer(d);