From 2d6aa1d01921f47619a82032c87c2c259ccc0c9e Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 30 Apr 2020 09:21:30 -0700 Subject: [PATCH] final change list change? --- xwords4/android/app/src/main/assets/changes.html | 2 ++ xwords4/android/jni/xwjni.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/android/app/src/main/assets/changes.html b/xwords4/android/app/src/main/assets/changes.html index 48bb8f5fb..8f8f53633 100644 --- a/xwords4/android/app/src/main/assets/changes.html +++ b/xwords4/android/app/src/main/assets/changes.html @@ -27,9 +27,11 @@

New with this release

diff --git a/xwords4/android/jni/xwjni.c b/xwords4/android/jni/xwjni.c index 60e9bcc7c..31abb0881 100644 --- a/xwords4/android/jni/xwjni.c +++ b/xwords4/android/jni/xwjni.c @@ -2397,7 +2397,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_board_1sendChat //////////////////////////////////////////////////////////// typedef struct _DictIterData { - JNIEnv* env; JNIGlobalState* globalState; JNIUtilCtxt* jniutil; VTableMgr* vtMgr; @@ -2428,7 +2427,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_dict_1iter_1init jname, jDictBytes, jpath, NULL, false ); if ( !!dict ) { DictIterData* data = XP_CALLOC( globalState->mpool, sizeof(*data) ); - data->env = env; data->globalState = globalState; data->vtMgr = make_vtablemgr( MPPARM_NOCOMMA(globalState->mpool) ); data->jniutil = globalState->jniutil;