mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
nuke remaining zoom-controller artifact
This commit is contained in:
parent
29aa4627e9
commit
6026ad31ba
3 changed files with 0 additions and 7 deletions
|
@ -309,11 +309,6 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
}
|
||||
}
|
||||
|
||||
// Get rid of this if not wanted for disabling zoom toolbar button
|
||||
public void zoomChanged( final boolean[] canZoom )
|
||||
{
|
||||
}
|
||||
|
||||
// DrawCtxt interface implementation
|
||||
public boolean scoreBegin( Rect rect, int numPlayers, int[] scores,
|
||||
int remCount, int dfs )
|
||||
|
|
|
@ -391,7 +391,6 @@ public class JNIThread extends Thread {
|
|||
draw = XwJNI.board_zoom( m_jniGamePtr,
|
||||
((Integer)args[0]).intValue(),
|
||||
barr );
|
||||
m_drawer.zoomChanged( barr );
|
||||
break;
|
||||
|
||||
case CMD_VALUES:
|
||||
|
|
|
@ -25,5 +25,4 @@ import android.graphics.Rect;
|
|||
public interface SyncedDraw {
|
||||
void doJNIDraw();
|
||||
void doIconDraw( int resID, final Rect rect );
|
||||
void zoomChanged( boolean[] canZoom );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue