From 7bc1dc828f1636cdc9dc253d28a279f18c9c72c8 Mon Sep 17 00:00:00 2001 From: Hanif Bin Ariffin Date: Mon, 23 Sep 2019 20:01:26 -0400 Subject: Remove deprecated Color::gray MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was marked to be removed in Godot 3.1. Co-authored-by: RĂ©mi Verschelde --- modules/gdnative/gdnative_api.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/gdnative/gdnative_api.json') diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 8ccb8d2286..c2cbe1e824 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -578,13 +578,6 @@ ["const godot_color *", "p_self"] ] }, - { - "name": "godot_color_gray", - "return_type": "godot_real", - "arguments": [ - ["const godot_color *", "p_self"] - ] - }, { "name": "godot_color_inverted", "return_type": "godot_color", -- cgit v1.2.3