Color palette: Cast unused function parameter

This commit is contained in:
Mario Hüttel 2019-06-07 19:33:53 +02:00
parent 583f01faae
commit 0d6b2c7a36
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ unsigned int color_palette_get_color_count(ColorPalette *palette)
static void color_palette_class_init(ColorPaletteClass *klass)
{
(void)klass;
/* Nothing to do for now */
return;
}