summaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r--modules/gdnative/config.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
deleted file mode 100644
index fa985501b5..0000000000
--- a/modules/gdnative/config.py
+++ /dev/null
@@ -1,25 +0,0 @@
-def can_build(env, platform):
- return True
-
-
-def configure(env):
- pass
-
-
-def get_doc_classes():
- return [
- "GDNative",
- "GDNativeLibrary",
- "MultiplayerPeerGDNative",
- "NativeScript",
- "PacketPeerGDNative",
- "PluginScript",
- "StreamPeerGDNative",
- "VideoStreamGDNative",
- "WebRTCPeerConnectionGDNative",
- "WebRTCDataChannelGDNative",
- ]
-
-
-def get_doc_path():
- return "doc_classes"