Skip to content

Commit

Permalink
Put brave old bb10 platform to a well-deserved rest
Browse files Browse the repository at this point in the history
Add some 🔥 to appease @reduz. Fixes #8692.
  • Loading branch information
akien-mga committed May 8, 2017
1 parent bba8f1d commit 32afcbc
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 3,153 deletions.
2 changes: 1 addition & 1 deletion doc/base/classes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26264,7 +26264,7 @@
<return type="String">
</return>
<description>
Return the name of the host OS. Possible values are: "Android", "BlackBerry 10", "Flash", "Haiku", "iOS", "HTML5", "OSX", "Server", "Windows", "UWP", "X11"
Return the name of the host OS. Possible values are: "Android", "Haiku", "iOS", "HTML5", "OSX", "Server", "Windows", "UWP", "X11".
</description>
</method>
<method name="get_power_percent_left">
Expand Down
1 change: 0 additions & 1 deletion modules/gdnative/gdnative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ static const char *_dl_platforms_info[] = {
"unix|x11|so|X11",
"unix|server|so|Server",
"unix|android|so|Android",
"unix|blackberry|so|Blackberry 10",
"unix|haiku|so|Haiku", // Right?
"|mac|dynlib|Mac",
"mac|ios|dynlib|iOS",
Expand Down
2 changes: 1 addition & 1 deletion modules/webm/libvpx/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ else:
webm_cpu_x86 = True
else:
webm_cpu_x86 = not is_x11_or_server_arm and (cpu_bits == '32' or cpu_bits == '64') and (env["platform"] == 'windows' or env["platform"] == 'x11' or env["platform"] == 'osx' or env["platform"] == 'haiku' or is_android_x86 or is_ios_x86)
webm_cpu_arm = is_x11_or_server_arm or (not is_ios_x86 and env["platform"] == 'iphone') or env["platform"] == 'bb10' or (not is_android_x86 and env["platform"] == 'android')
webm_cpu_arm = is_x11_or_server_arm or (not is_ios_x86 and env["platform"] == 'iphone') or (not is_android_x86 and env["platform"] == 'android')

if webm_cpu_x86:
import subprocess
Expand Down
23 changes: 0 additions & 23 deletions platform/bb10/SCsub

This file was deleted.

254 changes: 0 additions & 254 deletions platform/bb10/audio_driver_bb10.cpp

This file was deleted.

77 changes: 0 additions & 77 deletions platform/bb10/audio_driver_bb10.h

This file was deleted.

Loading

0 comments on commit 32afcbc

Please sign in to comment.