From 650ae413ce40ba458d419acd515539d35fb81905 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Sat, 24 Oct 2020 23:04:07 +0300 Subject: 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. --- modules/gdnative/xr/config.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 modules/gdnative/xr/config.py 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 -- cgit v1.2.3