Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed Jan 31, 2019
1 parent 7630222 commit 5400761
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
check_ndk_version, check_target_api, check_ndk_api,
RECOMMENDED_NDK_API, RECOMMENDED_TARGET_API)


class Context(object):
'''A build context. If anything will be built, an instance this class
will be instantiated and used to hold all the build state.'''
Expand Down
4 changes: 0 additions & 4 deletions pythonforandroid/recommendations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
NEW_NDK_MESSAGE = 'Newer NDKs may not be fully supported by p4a.'


def get_recommended_ndk():
pass


def check_ndk_version(ndk_dir):
# Check the NDK version against what is currently recommended
version = read_ndk_version(ndk_dir)
Expand Down

0 comments on commit 5400761

Please sign in to comment.