diff options
author | Hendrikto <hendrik.to@gmail.com> | 2019-04-04 21:40:16 +0200 |
---|---|---|
committer | Hendrikto <hendrik.to@gmail.com> | 2019-04-06 18:05:05 +0200 |
commit | 49a81308c04204a4dc2df71d2c94ded182e0343f (patch) | |
tree | 10b793ba1689c82146bff22d7c6fc70b17fee3b5 /platform/iphone/SCsub | |
parent | cc3e660d7e13665fd5242502fb677d3e5f30ec18 (diff) |
Remove unused imports
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub index 41991bce86..fa1b124561 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -2,8 +2,6 @@ Import('env') -import os - iphone_lib = [ 'godot_iphone.cpp', 'os_iphone.cpp', |