aboutsummaryrefslogtreecommitdiff
path: root/modules/multiscript/config.py
diff options
context:
space:
mode:
authorJuan Linietsky2014-03-13 22:57:24 -0300
committerJuan Linietsky2014-03-13 22:57:24 -0300
commit31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b (patch)
treeb6d3a290333c72940b49ed4c930ff6858a59515e /modules/multiscript/config.py
parenta65edb4caabec21654c56552e11aacf0fd9291de (diff)
downloadgodot-31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b.tar.gz
godot-31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b.tar.zst
godot-31ce3c5fd0300aac1e86bced1efc5f9ec94bdb6b.zip
Diffstat (limited to 'modules/multiscript/config.py')
-rw-r--r--modules/multiscript/config.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/multiscript/config.py b/modules/multiscript/config.py
deleted file mode 100644
index f9bd7da08..000000000
--- a/modules/multiscript/config.py
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-def can_build(platform):
- return True
-
-
-def configure(env):
- pass
-
-
-