evas: mark parameter unused now that it is not necessary anymore.

This commit is contained in:
Cedric Bail 2017-10-13 12:36:08 -07:00
parent b86e4ca88b
commit 7e00ab4222
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static DATA8 *x_color_alloc_gray_4(Display *d, Colormap cmap, Visual *v);
static DATA8 *x_color_alloc_mono(Display *d, Colormap cmap, Visual *v);
static DATA8 *
x_color_alloc_rgb(int nr, int ng, int nb, Display *d, Colormap cmap, Visual *v)
x_color_alloc_rgb(int nr, int ng, int nb, Display *d, Colormap cmap, Visual *v EINA_UNUSED)
{
int r, g, b, i;
DATA8 *color_lut;