mirror of
https://github.com/defold/extension-iap
synced 2025-09-27 17:12:18 +02:00
Removed unused code
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user