Skip to content

Commit 5400761

Browse files
committed
Removed unused function
1 parent 7630222 commit 5400761

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pythonforandroid/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
check_ndk_version, check_target_api, check_ndk_api,
2020
RECOMMENDED_NDK_API, RECOMMENDED_TARGET_API)
2121

22+
2223
class Context(object):
2324
'''A build context. If anything will be built, an instance this class
2425
will be instantiated and used to hold all the build state.'''

pythonforandroid/recommendations.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
NEW_NDK_MESSAGE = 'Newer NDKs may not be fully supported by p4a.'
1515

1616

17-
def get_recommended_ndk():
18-
pass
19-
20-
2117
def check_ndk_version(ndk_dir):
2218
# Check the NDK version against what is currently recommended
2319
version = read_ndk_version(ndk_dir)

0 commit comments

Comments
 (0)