1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Removed ParamDef and ParamHint structs

This commit is contained in:
Wilson E. Alvarez
2017-08-28 18:56:06 -04:00
parent 9a8a0e20e5
commit b9d0579be9
2 changed files with 0 additions and 28 deletions

View File

@@ -46,11 +46,6 @@
#ifdef DEBUG_METHODS_ENABLED
ParamDef::ParamDef(const Variant &p_variant)
: used(true),
val(p_variant) {
}
MethodDefinition D_METHOD(const char *p_name) {
MethodDefinition md;