diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-05-07 16:50:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-05-07 20:40:24 +0200 |
commit | 35ec0e9be78ec551e4e68497eeab1a35f48a0da4 (patch) | |
tree | 578e62db8df983971f827901c1252274eb1c8032 /platform/iphone/SCsub | |
parent | 8976594f4b90edd42a926e483815c829a540d8d2 (diff) |
OS: Remove native video API only implemented on iOS
See discussion in #43811, it was only implemented on iOS and even that
implementation was fairly limited. This would best be provided as plugins
for Android and iOS without cluttering the shared OS API.
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub index ee7b2f4ab5..58b574a72f 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -19,7 +19,6 @@ iphone_lib = [ "godot_view_gesture_recognizer.mm", "device_metrics.m", "keyboard_input_view.mm", - "native_video_view.m", ] env_ios = env.Clone() |