From ead6d10715b8e7344bc7457044c57598c324ef6a Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 8 Sep 2021 01:32:28 +0200 Subject: [Net/GDNative] Remove GDNative network bits. --- modules/gdnative/config.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/gdnative/config.py') diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index fa985501b5..026a84a70f 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -10,14 +10,9 @@ def get_doc_classes(): return [ "GDNative", "GDNativeLibrary", - "MultiplayerPeerGDNative", "NativeScript", - "PacketPeerGDNative", "PluginScript", - "StreamPeerGDNative", "VideoStreamGDNative", - "WebRTCPeerConnectionGDNative", - "WebRTCDataChannelGDNative", ] -- cgit v1.2.3