remove unused method

This commit is contained in:
Eric House 2014-02-12 07:52:39 -08:00
parent 218d232798
commit 44e52278a4

View file

@ -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 ) {