diff options
Diffstat (limited to 'modules/bullet/config.py')
-rw-r--r-- | modules/bullet/config.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/bullet/config.py b/modules/bullet/config.py deleted file mode 100644 index 83605f1f9b..0000000000 --- a/modules/bullet/config.py +++ /dev/null @@ -1,8 +0,0 @@ -def can_build(env, platform): - # API Changed and bullet is disabled at the moment - return False - # Later change to return not env["disable_3d"] - - -def configure(env): - pass |