Remove deprecated Color::gray

It was marked to be removed in Godot 3.1.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Hanif Bin Ariffin 2019-09-23 20:01:26 -04:00 committed by Rémi Verschelde
parent 0c7fc80cc1
commit 7bc1dc828f
8 changed files with 1 additions and 37 deletions

View file

@ -91,8 +91,6 @@ godot_int GDAPI godot_color_to_rgba64(const godot_color *p_self);
godot_int GDAPI godot_color_to_argb32(const godot_color *p_self);
godot_real GDAPI godot_color_gray(const godot_color *p_self);
godot_color GDAPI godot_color_inverted(const godot_color *p_self);
godot_color GDAPI godot_color_contrasted(const godot_color *p_self);