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

[WebRTC] Static extension registration.

This commit is contained in:
Fabio Alessandrelli
2022-06-09 06:56:06 +02:00
parent 7e0c54e292
commit 31d7e22466
5 changed files with 12 additions and 16 deletions

View File

@@ -44,8 +44,6 @@ protected:
static void _bind_methods();
public:
void make_default();
virtual ConnectionState get_connection_state() const override;
virtual Error initialize(Dictionary p_config = Dictionary()) override;