summaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-09-08 01:32:28 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-09-24 21:23:43 +0200
commitead6d10715b8e7344bc7457044c57598c324ef6a (patch)
tree996873963c58846a4cb485a2936ba8f71368bb40 /modules/gdnative/config.py
parent6cb81543d4049e870ae43619fa1787362706a95c (diff)
[Net/GDNative] Remove GDNative network bits.
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r--modules/gdnative/config.py5
1 files changed, 0 insertions, 5 deletions
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",
]