summaryrefslogtreecommitdiff
path: root/modules/fbx/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fbx/config.py')
-rw-r--r--modules/fbx/config.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/fbx/config.py b/modules/fbx/config.py
deleted file mode 100644
index 78929800b3..0000000000
--- a/modules/fbx/config.py
+++ /dev/null
@@ -1,16 +0,0 @@
-def can_build(env, platform):
- return env["tools"]
-
-
-def configure(env):
- pass
-
-
-def get_doc_classes():
- return [
- "EditorSceneImporterFBX",
- ]
-
-
-def get_doc_path():
- return "doc_classes"