diff options
Diffstat (limited to 'modules/webrtc/webrtc_peer_connection_extension.h')
-rw-r--r-- | modules/webrtc/webrtc_peer_connection_extension.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/webrtc/webrtc_peer_connection_extension.h b/modules/webrtc/webrtc_peer_connection_extension.h index 82e32b5602..bde19c173b 100644 --- a/modules/webrtc/webrtc_peer_connection_extension.h +++ b/modules/webrtc/webrtc_peer_connection_extension.h @@ -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; |