From c309b3088938d0244aee87ead6e1e6409d2674ca Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 2 May 2023 17:53:21 +0300 Subject: [PATCH] Removed unused struct element --- app/src/main/cpp/baresip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index 3cb33624..64a2c372 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -16,7 +16,6 @@ enum { ASYNC_WORKERS = 4 }; typedef struct baresip_context { JavaVM *javaVM; - JNIEnv *env; jclass mainActivityClz; jobject mainActivityObj;