summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorocean (they/them) <anvilfolk@gmail.com>2023-08-31 13:49:04 -0400
committerocean (they/them) <anvilfolk@gmail.com>2023-09-11 11:10:07 -0400
commit711ffabcfe28d7ca7de03a65e8cd37fbc601ef33 (patch)
treec29b978206cf2b0dc0a1601aa8e52c90826c63e8 /modules/gdscript/gdscript.h
parent0bca4242392992840b0b891acde6422c49712e3e (diff)
downloadredot-engine-711ffabcfe28d7ca7de03a65e8cd37fbc601ef33.tar.gz
GDScript: fix subclass methods not inheriting RPC info
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 0ba007683c..4ea3a2302d 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -168,7 +168,6 @@ class GDScript : public Script {
bool _update_exports(bool *r_err = nullptr, bool p_recursive_call = false, PlaceHolderScriptInstance *p_instance_to_update = nullptr);
void _save_orphaned_subclasses(GDScript::ClearData *p_clear_data);
- void _init_rpc_methods_properties();
void _get_script_property_list(List<PropertyInfo> *r_list, bool p_include_base) const;
void _get_script_method_list(List<MethodInfo> *r_list, bool p_include_base) const;