summaryrefslogtreecommitdiff
path: root/platform/android/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-02-14 13:43:28 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-02-14 13:43:32 +0100
commit3dea5fd631c9513ed09b876f25e8bf6deff49683 (patch)
tree91d13164ad4ef219e47d84b3103ea34d84e23a68 /platform/android/SCsub
parenta9c85e79add171ddb57e46df24376102893299b7 (diff)
Remove incomplete battery status/power API
It was initially implemented in #5871 for Godot 3.0, but never really completed or thoroughly tested for most platforms. It then stayed in limbo and nobody seems really keen to finish it, so it's better to remove it in 4.0, and re-add eventually (possibly with a different API) if there's demand and an implementation confirmed working on all platforms. Closes #8770.
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r--platform/android/SCsub1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub
index 3ff5b8278a..fd2a774c71 100644
--- a/platform/android/SCsub
+++ b/platform/android/SCsub
@@ -18,7 +18,6 @@ android_files = [
'java_class_wrapper.cpp',
'java_godot_wrapper.cpp',
'java_godot_io_wrapper.cpp',
- #'power_android.cpp'
]
env_android = env.Clone()