mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
reduce logging
This commit is contained in:
parent
a7b1e00cc2
commit
da3215c116
1 changed files with 0 additions and 2 deletions
|
@ -601,7 +601,6 @@ JNIEXPORT void JNICALL
|
||||||
Java_org_eehouse_android_xw4_jni_XwJNI_board_1setDraw
|
Java_org_eehouse_android_xw4_jni_XwJNI_board_1setDraw
|
||||||
( JNIEnv* env, jclass C, jint gamePtr, jobject jdraw )
|
( JNIEnv* env, jclass C, jint gamePtr, jobject jdraw )
|
||||||
{
|
{
|
||||||
LOG_FUNC();
|
|
||||||
XWJNI_START_GLOBALS();
|
XWJNI_START_GLOBALS();
|
||||||
|
|
||||||
DrawCtx* newDraw = makeDraw( MPPARM(mpool) &state->env, jdraw );
|
DrawCtx* newDraw = makeDraw( MPPARM(mpool) &state->env, jdraw );
|
||||||
|
@ -611,7 +610,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_board_1setDraw
|
||||||
globals->dctx = newDraw;
|
globals->dctx = newDraw;
|
||||||
|
|
||||||
XWJNI_END();
|
XWJNI_END();
|
||||||
LOG_RETURN_VOID();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
JNIEXPORT void JNICALL
|
JNIEXPORT void JNICALL
|
||||||
|
|
Loading…
Reference in a new issue