summaryrefslogtreecommitdiff
path: root/modules/gdnative/xr/SCsub
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2021-08-27 11:51:43 +1000
committerGitHub <noreply@github.com>2021-08-27 11:51:43 +1000
commitc5f62fad90f6b324e8d05ec4a8342e69b8af5507 (patch)
tree0f3886bd3d01a2919cc295f3d8cb23fdece929c5 /modules/gdnative/xr/SCsub
parentf6f5e0f934e18cdd07cbefbf440b9e0208ccd676 (diff)
parent86ff7f8550703d8636828d7d204e1c8aeeb94432 (diff)
Merge pull request #52003 from BastiaanOlij/xr_interface_extension
Adding GDExtension support to XRInterface
Diffstat (limited to 'modules/gdnative/xr/SCsub')
-rw-r--r--modules/gdnative/xr/SCsub6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gdnative/xr/SCsub b/modules/gdnative/xr/SCsub
deleted file mode 100644
index 0b2db3b504..0000000000
--- a/modules/gdnative/xr/SCsub
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-Import("env")
-Import("env_gdnative")
-
-env_gdnative.add_source_files(env.modules_sources, "*.cpp")