mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
get rid of logging
This commit is contained in:
parent
a5c3fa5f59
commit
e05b31585d
1 changed files with 0 additions and 1 deletions
|
@ -556,7 +556,6 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
|
||||
public void dictChanged( int dictPtr )
|
||||
{
|
||||
Utils.logf( "BoardView::dictChanged" );
|
||||
if ( m_dictPtr != dictPtr ) {
|
||||
if ( m_dictPtr == 0 ||
|
||||
!XwJNI.dict_tilesAreSame( m_dictPtr, dictPtr ) ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue