mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
remove logging
This commit is contained in:
parent
2c3e45318d
commit
6b5be9a276
1 changed files with 0 additions and 3 deletions
|
@ -79,7 +79,6 @@ andCountSpecials( AndDictionaryCtxt* ctxt )
|
||||||
static XP_Bitmap
|
static XP_Bitmap
|
||||||
andMakeBitmap( XP_U8** ptrp )
|
andMakeBitmap( XP_U8** ptrp )
|
||||||
{
|
{
|
||||||
LOG_FUNC();
|
|
||||||
XP_U8* ptr = *ptrp;
|
XP_U8* ptr = *ptrp;
|
||||||
XP_U8 nCols = *ptr++;
|
XP_U8 nCols = *ptr++;
|
||||||
XP_Bitmap bitmap = NULL;
|
XP_Bitmap bitmap = NULL;
|
||||||
|
@ -351,7 +350,6 @@ makeDict( MPFORMAL JNIEnv *env, jbyteArray jbytes )
|
||||||
XP_Bool formatOk = XP_TRUE;
|
XP_Bool formatOk = XP_TRUE;
|
||||||
XP_Bool isUTF8 = XP_FALSE;
|
XP_Bool isUTF8 = XP_FALSE;
|
||||||
XP_U16 charSize;
|
XP_U16 charSize;
|
||||||
LOG_FUNC();
|
|
||||||
AndDictionaryCtxt* anddict = NULL;
|
AndDictionaryCtxt* anddict = NULL;
|
||||||
|
|
||||||
jsize len = (*env)->GetArrayLength( env, jbytes );
|
jsize len = (*env)->GetArrayLength( env, jbytes );
|
||||||
|
@ -375,6 +373,5 @@ makeDict( MPFORMAL JNIEnv *env, jbyteArray jbytes )
|
||||||
setBlankTile( &anddict->super );
|
setBlankTile( &anddict->super );
|
||||||
|
|
||||||
err:
|
err:
|
||||||
LOG_RETURNF( "%p", anddict );
|
|
||||||
return (DictionaryCtxt*)anddict;
|
return (DictionaryCtxt*)anddict;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue