diff options
-rw-r--r-- | modules/gdnative/xr/config.py | 6 |
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 |