mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 18:18:39 +00:00
fix unused parameter
This commit is contained in:
parent
2cd895e54d
commit
7833cf519b
@ -61,7 +61,7 @@ class gradient_factory {
|
|||||||
int convert_to_rgb(long *const array);
|
int convert_to_rgb(long *const array);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void fix_diff(long *diff) {}
|
virtual void fix_diff(long *) {}
|
||||||
|
|
||||||
static long get_hue(long *const scaled, long chroma, long value);
|
static long get_hue(long *const scaled, long chroma, long value);
|
||||||
static long get_intermediate(long hue, long chroma);
|
static long get_intermediate(long hue, long chroma);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user