mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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;
|
||||
}
|
||||
|
||||
public void setInBackground( boolean inBack )
|
||||
{
|
||||
if ( inBack ) {
|
||||
handle( JNICmd.CMD_SAVE );
|
||||
}
|
||||
}
|
||||
|
||||
public GameStateInfo getGameStateInfo()
|
||||
{
|
||||
synchronized( m_gsi ) {
|
||||
|
|
Loading…
Reference in a new issue