mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +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);
|
||||
|
||||
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_intermediate(long hue, long chroma);
|
||||
|
Loading…
x
Reference in New Issue
Block a user