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

Remove unimplemented methods

This commit is contained in:
Marcel Admiraal
2021-10-21 17:26:51 +01:00
parent 8688b97dda
commit 87a4ba492e
66 changed files with 2 additions and 171 deletions

View File

@@ -90,12 +90,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(Multiplayer::RPCMode p_mode);
Multiplayer::RPCMode get_rpc_mode() const;