Remove WebRTC related classes from config.py.

This commit is contained in:
Relintai 2023-05-31 09:38:54 +02:00
parent 1dbb4ba7ee
commit 7e1f8305a6

View File

@ -16,8 +16,6 @@ def get_doc_classes():
"PluginScript",
"StreamPeerGDNative",
"VideoStreamGDNative",
"WebRTCPeerConnectionGDNative",
"WebRTCDataChannelGDNative",
]