diff options
author | Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com> | 2019-09-23 20:01:26 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 11:22:33 +0100 |
commit | 7bc1dc828f1636cdc9dc253d28a279f18c9c72c8 (patch) | |
tree | 3f73da9fa13c9801f97feb36d784f9ecc064dc00 /modules/gdnative/include | |
parent | 0c7fc80cc19fe9cd609b145245b1bb70f6a41e2e (diff) |
Remove deprecated Color::gray
It was marked to be removed in Godot 3.1.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Diffstat (limited to 'modules/gdnative/include')
-rw-r--r-- | modules/gdnative/include/gdnative/color.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/include/gdnative/color.h b/modules/gdnative/include/gdnative/color.h index 3f046b7f08..47c01dbb20 100644 --- a/modules/gdnative/include/gdnative/color.h +++ b/modules/gdnative/include/gdnative/color.h @@ -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); |