1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Remove unimplemented methods

This commit is contained in:
Marcel Admiraal
2021-10-18 17:58:37 +01:00
parent 62db47a7fb
commit 4d3690eba5
81 changed files with 4 additions and 213 deletions

View File

@@ -88,12 +88,6 @@ public:
void set_stack_size(int p_size);
int get_stack_size() const;
void set_return_type_enabled(bool p_returns);
bool is_return_type_enabled() const;
void set_return_type(Variant::Type p_type);
Variant::Type get_return_type() const;
void set_rpc_mode(MultiplayerAPI::RPCMode p_mode);
MultiplayerAPI::RPCMode get_rpc_mode() const;