Skip to content

Commit 0b6a80b

Browse files
committed
Merge branch 'javaclass' of github.com:kivy/python-for-android into javaclass
Conflicts: recipes/android/src/jni.pxi
2 parents 629d4ee + b429817 commit 0b6a80b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

recipes/android/src/jni.pxi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ cdef extern from "jni.h":
4141
const_char* signature
4242
void* fnPtr
4343

44-
ctypedef const_JNINativeMethod "const JNINativeMethod"
45-
4644
ctypedef union jvalue:
4745
jboolean z
4846
jbyte b
@@ -400,4 +398,3 @@ cdef extern from "jni.h":
400398
pass
401399

402400
cdef extern JNIEnv *SDL_ANDROID_GetJNIEnv()
403-

0 commit comments

Comments
 (0)