summaryrefslogtreecommitdiff
path: root/platform/iphone
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-07 12:38:07 +0200
committerGitHub <noreply@github.com>2019-04-07 12:38:07 +0200
commit5586e473b52c77a5a6cf086cff4fa353db531155 (patch)
tree9b691190ac7f2658aa3349374e4dd61e08aa47f0 /platform/iphone
parent1415dd4e903263648ddf66e1dc156e37f4f2f29f (diff)
parent49a81308c04204a4dc2df71d2c94ded182e0343f (diff)
Merge pull request #27734 from Hendrikto/cleanup
Remove unused imports
Diffstat (limited to 'platform/iphone')
-rw-r--r--platform/iphone/SCsub2
-rw-r--r--platform/iphone/detect.py1
2 files changed, 0 insertions, 3 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',
diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py
index 172572bcb4..853f24379e 100644
--- a/platform/iphone/detect.py
+++ b/platform/iphone/detect.py
@@ -1,5 +1,4 @@
import os
-import string
import sys
from methods import detect_darwin_sdk_path