app: forgot to remove extract_alpha_region()'s declaration

This commit is contained in:
Michael Natterer 2012-03-20 15:10:41 +01:00
parent bc75626d99
commit 09f9a91a27
1 changed files with 0 additions and 4 deletions

View File

@ -289,10 +289,6 @@ void copy_region (PixelRegion *src,
void add_alpha_region (PixelRegion *src,
PixelRegion *dest);
void extract_alpha_region (PixelRegion *src,
PixelRegion *mask,
PixelRegion *dest);
void convolve_region (PixelRegion *srcR,
PixelRegion *destR,
const gfloat *matrix,