1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Remove get_stack_bottom

It's not used in godot-nim any longer and there were no other uses for
it.
This commit is contained in:
Ruslan Mustakov
2017-12-16 13:10:26 +07:00
parent a5db25bd27
commit 9d6d20e67c
5 changed files with 0 additions and 25 deletions

View File

@@ -5532,12 +5532,6 @@
["char *", "p_name"]
]
},
{
"name": "godot_get_stack_bottom",
"return_type": "void *",
"arguments": [
]
},
{
"name": "godot_method_bind_get_method",
"return_type": "godot_method_bind *",