diff options
Diffstat (limited to 'core/color.h')
-rw-r--r-- | core/color.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/color.h b/core/color.h index 75a2b07d71..a7ab94ab08 100644 --- a/core/color.h +++ b/core/color.h @@ -56,7 +56,6 @@ struct Color { uint64_t to_rgba64() const; uint64_t to_argb64() const; uint64_t to_abgr64() const; - float gray() const; float get_h() const; float get_s() const; float get_v() const; |