瀏覽代碼

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.
Andrii Doroshenko (Xrayez) 4 年之前
父節點
當前提交
650ae413ce
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      modules/gdnative/xr/config.py

+ 0 - 6
modules/gdnative/xr/config.py

@@ -1,6 +0,0 @@
-def can_build(env, platform):
-    return True
-
-
-def configure(env):
-    pass