Skip to content

Commit

Permalink
#45 followup
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansoft committed Mar 20, 2024
1 parent 51146ff commit ea09033
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 260 deletions.
10 changes: 0 additions & 10 deletions src/jni/SafeArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,6 @@ extern "C"
return NULL;
}

/*
* Class: SafeArray
* Method: reinit
* Signature: (LSafeArray;)V
*/
JNIEXPORT void JNICALL Java_com_jacob_com_SafeArray_reinit(JNIEnv *env, jobject _this, jobject sa)
{
// what to do here?
}

/*
* Class: SafeArray
* Method: reinit0
Expand Down
7 changes: 0 additions & 7 deletions src/jni/SafeArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ extern "C"
*/
JNIEXPORT jint JNICALL Java_com_jacob_com_SafeArray_getvt(JNIEnv *, jobject);

/*
* Class: com_jacob_com_SafeArray
* Method: reinit
* Signature: (Lcom/jacob/com/SafeArray;)V
*/
JNIEXPORT void JNICALL Java_com_jacob_com_SafeArray_reinit(JNIEnv *, jobject, jobject);

/*
* Class: com_jacob_com_SafeArray
* Method: init
Expand Down
Loading

0 comments on commit ea09033

Please sign in to comment.