Compare commits
1 commit
c7281880c2
...
93d1c3fd38
Author | SHA1 | Date | |
---|---|---|---|
93d1c3fd38 |
2 changed files with 0 additions and 6 deletions
|
@ -27,7 +27,6 @@ jint JNI_OnLoad(JavaVM *vm, void *reserved) {
|
|||
interface_wrapper_init();
|
||||
lpac_convertor_init(env);
|
||||
lpac_download_init();
|
||||
lpac_profile_init(env);
|
||||
|
||||
string_class = (*env)->FindClass(env, "java/lang/String");
|
||||
string_class = (*env)->NewGlobalRef(env, string_class);
|
||||
|
@ -41,9 +40,6 @@ jint JNI_OnLoad(JavaVM *vm, void *reserved) {
|
|||
return JNI_VERSION_1_6;
|
||||
}
|
||||
|
||||
void lpac_profile_init(JNIEnv *env) {
|
||||
}
|
||||
|
||||
JNIEXPORT jlong JNICALL
|
||||
Java_net_typeblog_lpac_1jni_LpacJni_createContext(JNIEnv *env, jobject thiz,
|
||||
jbyteArray isdr_aid,
|
||||
|
|
|
@ -23,8 +23,6 @@ extern jclass string_class;
|
|||
|
||||
jstring toJString(JNIEnv *env, const char *pat);
|
||||
|
||||
void lpac_profile_init(JNIEnv *env);
|
||||
|
||||
#define LPAC_JNI_STRUCT_GETTER_LINKED_LIST_NEXT(st, st_jname) \
|
||||
JNIEXPORT jlong JNICALL Java_net_typeblog_lpac_1jni_LpacJni_##st_jname##Next(JNIEnv *env, jobject thiz, jlong raw) { \
|
||||
st *p = (st *) raw; \
|
||||
|
|
Loading…
Add table
Reference in a new issue