Skip to content

Commit

Permalink
remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 26, 2024
1 parent cbc6719 commit 57efe62
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class CallbackClassManualImpl : public CallbackClassManual {
inline static jmethodID onBoolCallback_ID = 0;
inline static jmethodID onStringCallback_ID = 0;
CallbackClassManualImpl() {
}
void setupCallback(JNIEnv* env, jobject obj) {
this->env = env;
this->obj = env->NewGlobalRef(obj);
Expand Down

0 comments on commit 57efe62

Please sign in to comment.