You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user