mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove unused method
This commit is contained in:
parent
218d232798
commit
44e52278a4
1 changed files with 0 additions and 7 deletions
|
@ -198,13 +198,6 @@ public class JNIThread extends Thread {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setInBackground( boolean inBack )
|
|
||||||
{
|
|
||||||
if ( inBack ) {
|
|
||||||
handle( JNICmd.CMD_SAVE );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public GameStateInfo getGameStateInfo()
|
public GameStateInfo getGameStateInfo()
|
||||||
{
|
{
|
||||||
synchronized( m_gsi ) {
|
synchronized( m_gsi ) {
|
||||||
|
|
Loading…
Reference in a new issue