mirror of
https://github.com/defold/extension-iap
synced 2025-06-27 10:27:46 +02:00
Removed unused code
This commit is contained in:
parent
5acf5e9f8f
commit
a88fab1543
@ -52,8 +52,6 @@ static IAP g_IAP;
|
|||||||
|
|
||||||
static int IAP_ProcessPendingTransactions(lua_State* L)
|
static int IAP_ProcessPendingTransactions(lua_State* L)
|
||||||
{
|
{
|
||||||
IAP* iap = &g_IAP;
|
|
||||||
|
|
||||||
JNIEnv* env = Attach();
|
JNIEnv* env = Attach();
|
||||||
env->CallVoidMethod(g_IAP.m_IAP, g_IAP.m_ProcessPendingConsumables, g_IAP.m_IAPJNI);
|
env->CallVoidMethod(g_IAP.m_IAP, g_IAP.m_ProcessPendingConsumables, g_IAP.m_IAPJNI);
|
||||||
Detach();
|
Detach();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user