mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 19:34:08 +01:00
DroidFish: Removed useless overridden function.
This commit is contained in:
parent
dbfa0dd18c
commit
234e15dd98
|
@ -73,12 +73,6 @@ public class CuckooChessEngine extends UCIEngineBase {
|
|||
engineThread.start();
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
@Override
|
||||
public final void initOptions(EngineOptions engineOptions) {
|
||||
super.initOptions(engineOptions);
|
||||
}
|
||||
|
||||
/** @inheritDoc */
|
||||
@Override
|
||||
public boolean optionsOk(EngineOptions engineOptions) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user