mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove unused interface
This commit is contained in:
parent
0e2af6a836
commit
62cd90c183
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ import java.util.Stack;
|
|||
public class GameLock implements AutoCloseable {
|
||||
private static final String TAG = GameLock.class.getSimpleName();
|
||||
|
||||
public interface GotLock {
|
||||
void onGotLock( GameLock lock );
|
||||
}
|
||||
private static final boolean DEBUG_LOCKS = false;
|
||||
// private static final long ASSERT_TIME = 2000;
|
||||
private static final long THROW_TIME = 1000;
|
||||
|
|
Loading…
Reference in a new issue