summaryrefslogtreecommitdiff
path: root/modules/gdnative
diff options
context:
space:
mode:
authorAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-10-24 23:04:07 +0300
committerAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-10-24 23:04:07 +0300
commit650ae413ce40ba458d419acd515539d35fb81905 (patch)
tree8c66e215e3f943d05937eac3148ba38031152e30 /modules/gdnative
parentb67ccf1a6f326c5d4d5fa1cc7cd15eff3573f8f7 (diff)
GDNative XR: remove redundant `config.py`
It's not an engine module. This is handled by GDNative's `SCsub` instead, as done for other subdirectories already.
Diffstat (limited to 'modules/gdnative')
-rw-r--r--modules/gdnative/xr/config.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gdnative/xr/config.py b/modules/gdnative/xr/config.py
deleted file mode 100644
index d22f9454ed..0000000000
--- a/modules/gdnative/xr/config.py
+++ /dev/null
@@ -1,6 +0,0 @@
-def can_build(env, platform):
- return True
-
-
-def configure(env):
- pass