mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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